Hi,
I'm needing help using ASP with the AnyLink Drop Down Menu code on (http://www.dynamicdrive.com/dynamici...menuindex.htm).
The page I have at home works in .html just fine but not in .asp
My page generates no errors, however, the dropdowns don't work either.
How do I write the code below in Classic ASP to work correctly with the AnyLink Drop Down Menu?
http://www.ridingarizona.com/new_forum/default.asp (ASP version of menu - doesn't work)
http://www.ridingarizona.com/default_new.htm (HTML version of menu - works correctly)
Code:
Response.Write "<TD>" & vbNewline
Response.Write "<A href='default.asp' onclick='return clickreturnvalue()';onMouseout='delayhidemenu()';onMouseover='dropdownmenu(this, event, menu3, '120px')'"">" & vbNewline
Response.Write "<IMG alt="""" border=0 height=18 src=""nav_site.jpg"" width=77></A></TD>" & vbNewline
Also, do I need to rewrite the <script> for this project from javascript to vbscript?
Thank you.
Sincerely,
Jeff Law
Bookmarks