I can not hard code the html page because it will be different for each different passcode.
I am thinking that the passcode needs to be entered into the input field (the passcode would be the actual name of the htm page. I.E. passcode is "CLFCCFBL" the htm page will be "CLFCCFBL.HTM") Each...
Yes.
Here is a copy of the code.
<body>
<form name="form1" method="post" action="">
<input type="submit" name="Submit" value="Submit">
<input type="text" name="textfield">
</form>
</body>
Using an input field and a get button I am try to link to an htm document based on the input (passcode) of the user.
Example: Various users have only one passcode assigned to them. Each passcode (approx 30 in total) will only link to a pre designated page.
I have tried using and input filed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.