onSubmit not Valid XHTML 1.0 Transitional! Help

Discussion in 'JavaScript' started by MiamiHost, Nov 7, 2005.

  1. #1
    hello

    I am using this on a site

    <form onSubmit="return validate(this);">

    but I need to see about changing it or fixing it so it will validate XHTML 1.0 Transitional

    suggestions
     
    MiamiHost, Nov 7, 2005 IP
  2. void

    void Peon

    Messages:
    119
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    XHTML is case sensitive so you have to use onsubmit not onSubmit.

    Void.
     
    void, Nov 8, 2005 IP
  3. MiamiHost

    MiamiHost Peon

    Messages:
    238
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    oh joy, can't belive I missed that one LOL

    Many Thanks

    now... what about this

    Line 113 column 39: required attribute "action" not specified.

    <form onsubmit="return validate(this);">

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
     
    MiamiHost, Nov 8, 2005 IP
  4. daredashi

    daredashi Well-Known Member

    Messages:
    667
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    120
    #4
    can you give url ?
     
    daredashi, Nov 8, 2005 IP
  5. MiamiHost

    MiamiHost Peon

    Messages:
    238
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    muahahahahaha I got it

    changed the onsubmit line to this

    <form name="validate3" method="post" action="return validate(this)"
    onsubmit="return validate(this);">
     
    MiamiHost, Nov 8, 2005 IP
  6. daredashi

    daredashi Well-Known Member

    Messages:
    667
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    120
    #6
    that's great :)
     
    daredashi, Nov 8, 2005 IP
  7. MiamiHost

    MiamiHost Peon

    Messages:
    238
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #7
    sent ya a pm dare :)
     
    MiamiHost, Nov 8, 2005 IP