Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I call an asp sub from a mouse over command?

Status
Not open for further replies.

scuttleButt

Programmer
May 17, 2000
44
US
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=&quot;PressButton();&quot; but I don't know how to get the call I want to the asp function in ONMOUSEOVER=<% DrawMenu &quot;menuitem&quot; %>. How do I go about doing that?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top