View Single Post
  #2 (permalink)  
Old Apr 21st, 2008, 13:27
spinal007's Avatar
spinal007 spinal007 is offline
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Open html inside Div on mouse click

Code: Select all
<a href="1.html" onClick="showBox(content[0]); return false;" onMouseover="changetext(content[0])"
...then create the showBox function to do whatever you want it to do.
..."return false;" stops the link form being followed.

Last edited by spinal007; Apr 21st, 2008 at 13:29.
Reply With Quote