in reply to How can I send an HTML error message to a user who leaves form fields blank?

It is helpful to the user if you send down JavaScript to the browser that will test this before sending the form up to the server.

Important:
Do not trust this as a final verification of the input. For anything that you think is important, you must do the final check on the server. Nevertheless, it is a good approach to let the user struggle with your form and get it pre-approved by your JavaScript before sending it through the 'net and bothering your server.

Once you detect anything invalid at the server level (in your CGI script) you have no other tool than sending a full HTML page with your error messages down to the browser client.

f--k the world!!!!
/dev/world has reached maximal mount count, check forced.

  • Comment on Re: HELP! I need more perl wisdom...Thankyou:!