scuttleButt
Programmer
I am working on a web site and my boss wants a sub menu to pop up when he mouse overs the menu. I have code written in an asp page (a sub function) to draw the menu. I know how to call a javascript function... ONMOUSEOVER="PressButton();" but I don't know how to get the call I want to the asp function in ONMOUSEOVER=<% DrawMenu "menuitem" %>. How do I go about doing that?