Javascript gurus...please help!

skeletor

Member
Aug 7, 2001
189
0
0
Ok, to all people who know about javascript. Could you have a look at this page:

LINK

And look at the buttons down the left side of the screen. They require a click to get the to open. I need them to not require a click, but rather only require a mouseover for them to open.

I think (hope) it should be simple enough. I changed the 'onFocus' call to a 'onMouseOver' call but it didn't work!

Anyone? I'm stuck here!
 

Argo

Lifer
Apr 8, 2000
10,045
0
0
Try naming the links and then putting the link itself as the target. I.e.


<a name=1 href=#1 ... >


This might help, although I'm not sure.