Okay, now let's say I wanted to do something like this. I have several codes that are all different and when an end user puts in GGG01 they get directed to page1.html
if they put in this code OOO03 they get directed to page2.html
if they put in this code MTM02 they get directed to page3.html
All of these codes are going into that one field <input type="text" name="codeTextBox" id="codeTextBox" value="" size="10" />
I tried many variations of the script but I cannot figure this out. Does anyone have an idea as to how I could get this to work?