Results 1 to 3 of 3

Thread: javascripts on same page?

  1. #1
    Join Date
    Feb 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default javascripts on same page?

    I am hoping some one can help me. I have a page that has the HV menu on it (among a few other things) When I try to add Mike's DHTML scroll on it, the HV menu doesn't show up. Is there anything I am missing? can't I have them on same page?

    The code is not the cleanest but this is it with both and this before the scroll was added.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Try changing:

    Code:
    window.onload=runmikescroll
    to:

    Code:
    window.onload=function(){runmikescroll();Go();};
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Feb 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanx very much for the help, it works

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
  •