|
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.
|