Hi George,
This probably isn't exactly what you want but it should get you started
<form>
enter code <input type="text" name="code">
<input type="button" value="go to site" onclick="location.href='http://www'
+ this.form.code.value + '.com'">
</form>
--
Cheers,
Jon
Microsoft MVP
"George" <(E-Mail Removed)> wrote in message
news:A41A6405-AAEE-42A6-83CB-(E-Mail Removed)...
>I want to supply users with codes. When they enter the code at a specific
> website and press SUBMIT, they will be directed to a different website
> (based
> on the code entered). For ex. Code LV001 goes to website www.LV001.com.
>
> Thanks in advance for your help.
>
> George