object expected error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • michael mcdermott

    object expected error

    hello everyone

    I created a website in GoLive with menus that were creted in DHTML menu creator.
    I dont have a clue about javascript and didn't think I'd need to.
    My site works ok in Firefox but IE (several versions) comes up with an error.

    Could some kind soul please help me out?

    The website is www.onsite-solutions.co.uk/oss

    Many thanks in advance
  • McKirahan

    #2
    Re: object expected error

    "michael mcdermott" <michael.mcderm ott@ntlworld.co m> wrote in message
    news:62929aa9.0 410200516.6988f ff@posting.goog le.com...[color=blue]
    > hello everyone
    >
    > I created a website in GoLive with menus that were creted in DHTML menu[/color]
    creator.[color=blue]
    > I dont have a clue about javascript and didn't think I'd need to.
    > My site works ok in Firefox but IE (several versions) comes up with an[/color]
    error.[color=blue]
    >
    > Could some kind soul please help me out?
    >
    > The website is www.onsite-solutions.co.uk/oss
    >
    > Many thanks in advance[/color]

    Your code is trying to execute a function

    <body onload="CSScrip tInit();"

    but your include references a local copy

    <script type="text/javascript"
    src="file:///C:/Documents%20and %20Settings/Michael%20McDer mott/Application%2
    0Data/Adobe/Adobe%20GoLive/Settings/JScripts/GlobalScripts/CSScriptLib.js" ><
    /script>

    Try copying "CSScriptLib.js " to the same folder that your page is in and
    change the above line to

    <script type="text/javascript" src="CSScriptLi b.js"></script>

    This presumes that the missing fiunction is in the include.


    Comment

    • Lee

      #3
      Re: object expected error

      michael mcdermott said:[color=blue]
      >
      >hello everyone
      >
      >I created a website in GoLive with menus that were creted in DHTML menu creator.
      >I dont have a clue about javascript and didn't think I'd need to.
      >My site works ok in Firefox but IE (several versions) comes up with an error.
      >
      >Could some kind soul please help me out?
      >
      >The website is www.onsite-solutions.co.uk/oss[/color]

      I answered your post yesterday.

      Comment

      • Michael mcdermott

        #4
        Re: object expected error

        Hi Lee

        Many thanks for getting back.

        I thought I had placed the original request in an ambiguous area so I
        tried again.

        I'm now following your instructions on how to fix the problem.

        kindest regards

        Michael McDermott

        *** Sent via Developersdex http://www.developersdex.com ***
        Don't just participate in USENET...get rewarded for it!

        Comment

        • Michael mcdermott

          #5
          Re: object expected error

          Thankyou McKirahan

          It was exactly as you said and it works now!

          Michael McDermott

          *** Sent via Developersdex http://www.developersdex.com ***
          Don't just participate in USENET...get rewarded for it!

          Comment

          Working...