Manic Man
03-10-2009, 07:35 AM
A small little problem has appeared to me and seams to be a bit of a pain right now. I'm using a Javascript tooltip script whichyou use via:
<a href="javascript:void(0);" onmouseover="return'
Now, the problem is i ALSO want to stick in a link so you either get basic infor via the tool tip or click for a more detailed page. When i put in the onmouseclick event, it doesn't want to work right, probebly because of the href link is already set as a Javascript function. Any ideas what i'm doing wrong or how to get it to also go to another page when it is clicked on?
<a href="javascript:void(0);" onmouseover="return'
Now, the problem is i ALSO want to stick in a link so you either get basic infor via the tool tip or click for a more detailed page. When i put in the onmouseclick event, it doesn't want to work right, probebly because of the href link is already set as a Javascript function. Any ideas what i'm doing wrong or how to get it to also go to another page when it is clicked on?