This is how 'sql injections' happen.<br><br>I usually do javaScript validation, and only accept post on the cgi its going to. I then take the data, check it, format (escape) it, and then finally do ...
I am attempting to use a javascript called Fvalidate to do some form validation before the form results get sent to a cgi script. However, Fvalidate doesnt want to work with IE for Mac and some older ...