Results 1 to 2 of 2

Thread: Validation errors...I suspect my incomplete knowledge of Javascript?

  1. #1
    Join Date
    May 2009
    Posts
    11

    Validation errors...I suspect my incomplete knowledge of Javascript?

    Hey all,

    I need some help with the webpage I built for a small business. Everything is displaying correctly, but I'm just having some problems with XHTML Strict validation.

    When I pour over the validation output, the remaining 32 errors seem to be involved with the javascript that he placed into the code (joint-attempt at this website).

    I've been trying over and over to find out my problems but no luck.

    Any help?

    The website is live over at

    www.crusaderpaintball.com

  2. #2
    Join Date
    May 2009
    Location
    England
    Posts
    165
    Hello Jayde,

    From a quick look at your home page validation:

    - META tags should be closed with a />
    - All of your javascript references should be lower case (ie onclick not onClick)
    - You've got some block elements inside inline elements.

    Other than that, it seems fine.

    Good luck with it.

    Regards,


    David
    David McLeary
    Emerging Innovations
    Website Development, Training and Consultancy

Similar Threads

  1. My Input Validation Code causing Errors...
    By oddball25 in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 25 Jan 2010, 09:38 AM

Posting Permissions

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