Hi,
I try to pass a value from a form field to a detail page,
I would like to be able to trim the form field content to pass only the 2 first characters in the string.
The form is like this:
Enter ZipCode:
<form action="index.asp?Zip=<%= Request.Form ("Zip")%>" method="Get" enctype="multipart/form-data">
<input type="text" name="Zip" id="Zip" />
<input type="submit" value="Search" />
</form>
All suggestion is appreciated,
Thank you in advance,
Denis.