Results 1 to 2 of 2

Thread: AnyLink Drop Down Menu and Classic ASP

  1. #1
    Join Date
    Aug 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy AnyLink Drop Down Menu and Classic ASP

    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

  2. #2
    Join Date
    Aug 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post

    I took the .htm page I mentioned above and renamed it with an .asp extension. The menu shows up now but at the top of the page and just as text links without any styles applied.

    http://www.ridingarizona.com/new_for...ng_arizona.asp

    Anyone have any ideas?

    Jeff Law

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •