Results 1 to 6 of 6

Thread: HTML Problem... Again.

  1. #1

    Thread Starter
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568

    HTML Problem... Again.

    Ok boys and girls.. the HTML Problem that I posted about a month and a half ago hasn't been fixed. I took the advice of one of the people who sorted out half the problem but there is still an expected ";" and I have no idea what it is talking about.. This is getting very urgent. So any help would be greatly appreciated.

    There is a copy of the file that is causing all the problems.. I am thinking about just making the whole damn page again.

    Cheers for all your help.
    Attached Files Attached Files

  2. #2
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    India
    Posts
    276
    Chris,
    As far as i cld debug, i found this:
    You have a function verifyCompatibleBrowser. Well, and u r making a call to it as here?
    Code:
    bw=new verifyCompatibleBrowser()  {
     var speed=50 
     var loop, timer 
    }
    what i did to override the bug was
    Code:
    bw=new verifyCompatibleBrowser()  
    /*{
     var speed=50 
     var loop, timer 
    }*/
    Cos i had no idea wat u were tryign to do thr!
    if speed = 50, loop and timer are declarations, inlcude them at the first line within scripts and don't use these {} .
    Hope this fixes it!

    -Jemima.

  3. #3

    Thread Starter
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    Cheers Jemima, Though I did that and it got rid of the error there was another problem.. It made the "divContent" otherwise known as the mascot.gif has moved up to the top corner of the screen.

  4. #4

    Thread Starter
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    Its ok, I found a way of avoiding this... I made the pages again and didn't include the Dhtml scrolling text box and it worked with no problems at all!

    Cheers for all your help!

  5. #5
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    India
    Posts
    276
    Anytime! was on my way to the 2nd! ....and u deprived me of it! ha! jus kiddin!

    - Jemima.

  6. #6

    Thread Starter
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    np Jemima... Cheers for your help.

Posting Permissions

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



Click Here to Expand Forum to Full Width