[Javascript] Form validation

Chris Tifer christ at saeweb.com
Fri Feb 20 12:49:37 CST 2004


One more thing. You should really get used to escaping special characters when they're part of the string. You escape something by preceeding it with a \

Special characters could be " < > ; : etc


  ----- Original Message ----- 
  From: Chris Tifer 
  To: [JavaScript List] 
  Sent: Friday, February 20, 2004 1:45 PM
  Subject: Re: [Javascript] Form validation


  I just ended up going directly to this url: http://www.ismdesigns.com/test/portfolio/p-js-fval.htm instead of the one you have listed below...

  What's supposed to happen here? You state that they're not working, but don't tell us how it's supposed to work if everything goes as planned.

  Also, clicking on the Clear button returns an Object Expected which to me sounds like a function is missing. Also, in your Validate function, I see some lines like this:

  val.document.write('<td class="c2">' + window.document.forms[0].first.value) + '</td></tr>');

  There's a definite error since you have .value)   What is the extra ) for?

  Tell us what you're trying to do and perhaps we can help. I can't quite figure out why on submission of a form you would want to write out a whole new page.

  Chris Tifer
    ----- Original Message ----- 
    From: Ira S. Mark 
    To: JavaScript list post 
    Sent: Friday, February 20, 2004 1:32 PM
    Subject: [Javascript] Form validation



    List: I have my script debugged successfully (debugger moz1.6win) but the functions are not calling. The coding seems pretty straight forward, form validation, viewer to review entries on separate window. I would be grateful if someone could take a look.

    http://www.ismdesigns.com/test/portfolio/p-js.htm >Form Validation. Neither of the input buttons on p-js-fval.htm works,  "Submit" or "Clear".

    Thanks, Ira



----------------------------------------------------------------------------


    _______________________________________________
    Javascript mailing list
    Javascript at LaTech.edu
    https://lists.LaTech.edu/mailman/listinfo/javascript



------------------------------------------------------------------------------


  _______________________________________________
  Javascript mailing list
  Javascript at LaTech.edu
  https://lists.LaTech.edu/mailman/listinfo/javascript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20040220/1aef4b5f/attachment.htm>


More information about the Javascript mailing list