Taking in GET argument in html page -
09-16-2005
, 08:45 AM
I need to accept a variable from a GET string, remove all non-alphanumeric
characters from the variable, take only the first 12 letters, and display it
in a text field. How can I get this done? Thanks. |