raider1010
11-21-2003, 09:11 PM
I am learning to program and have run into a problem with trying to establish a basic search function. I would like for an end user to enter a zip code into a text box. Then, once submitted, ".htm" would add to the end of the requested number. I have the following code, but can't figure out how to add the ".htm" to the request.
<form onSubmit="window.location=this.url.value;return false;">
I do not have a need for a search feature that allows to search a website with a secondary step of displaying links, but rather, when someone enters in a zip code they will be taken to a page with the name of the zip code entered.
Can anybody help me.
Thank you,
Raider1010
<form onSubmit="window.location=this.url.value;return false;">
I do not have a need for a search feature that allows to search a website with a secondary step of displaying links, but rather, when someone enters in a zip code they will be taken to a page with the name of the zip code entered.
Can anybody help me.
Thank you,
Raider1010