Results 1 to 3 of 3

Thread: AnyLink Default Page

  1. #1
    Join Date
    Jun 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question AnyLink Default Page

    http://dynamicdrive.com/dynamicindex1/dropmenuindex.htm

    In the a link, there is a href="default.htm". I can't get it to open when the link is clicked. Everything else works just fine (popup links). Am I overlooking something? (I want this to work in case user has javascript disabled)

    Code:
    <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Web Design</a>

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hi:
    Simply remove:

    onClick="return clickreturnvalue()"

    from the code above.

  3. #3
    Join Date
    Jun 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin
    Hi:
    Simply remove:

    onClick="return clickreturnvalue()"

    from the code above.
    rock on.

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
  •