frankp9826
08-10-2007, 04:34 PM
I inserted a text box input form into a page. Entering anything into the text box and pressing enter triggers the action which is to open another page.
Here is the raw html:
_______________________________
<FORM action=new web address">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD bgColor=black><INPUT style="WIDTH: 184px; COLOR: lime; HEIGHT: 22px; BACKGROUND-COLOR: black; size: maxLength=25 size=23 border=0 10 new? courier font-family: HEIGHT=" WIDTH="41" 41?></TD>
<TD vAlign=center bgColor=#000000></FORM></TD></TR></TBODY></TABLE>
-------------------------------------------
What I want to happen is to set a key or password. When the key or password is entered into the text box then the next page can be accessed. If it is incorrect, you get re-directed back to the same page.
Is this possible? If so, what codes will I have to add to make this work?
Thank you in advance.
Here is the raw html:
_______________________________
<FORM action=new web address">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD bgColor=black><INPUT style="WIDTH: 184px; COLOR: lime; HEIGHT: 22px; BACKGROUND-COLOR: black; size: maxLength=25 size=23 border=0 10 new? courier font-family: HEIGHT=" WIDTH="41" 41?></TD>
<TD vAlign=center bgColor=#000000></FORM></TD></TR></TBODY></TABLE>
-------------------------------------------
What I want to happen is to set a key or password. When the key or password is entered into the text box then the next page can be accessed. If it is incorrect, you get re-directed back to the same page.
Is this possible? If so, what codes will I have to add to make this work?
Thank you in advance.