Results 1 to 2 of 2

Thread: Script Help!

  1. #1
    Join Date
    Jun 2006
    Location
    NSW, Australia
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Script Help!

    Can someone please help me with this script:

    Attachment 368

    Its a rollover/pop-down menu that I made in Fireworks 8 and put into Dreamweaver 8. The only thing wrong is that I have errors in these lines:

    onMouseOut="MM_menuStartTimeout(500);" onMouseOver="MM_menuResetTimeout();"

    If you need more info on my problem you can view my source at www.siteworks.com.au

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    I'm no javascript expert, but here's what I'm seeing:

    1. The lines you posted are fine. They are simply calling functions. The syntax looks right, including semicolons, etc. Good.
    Only thing of interest is the 500. that will submit "500" as a value to the function. However, I looked for the function to see what the 500 does, and

    2. There are no scripts on the page.

    Aside from limited operations, you must have a <script>...</script> at the top of your page and call functions from that on your page, like onLoad in the body tag, or onMouseover/onMouseOut and onClick for other elements.
    I don't see any script at all... so... nothing is being called.

    Maybe I'm missing something?
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •