Okay, im making .html pages to access offline on my PSP. I want a link to go to a password protected page, If the person gets it right i want it to go directly to Index.html, if they get it wrong then it goes to Pass.html OR it just stays on the pass page where i just have the same layout as pass.html. whats the code i need? the password would be "bell" i was using this code but it goes to the page regardless of entering a password or not, and it does NOTHING not even go to the page on my psp <FORM ACTION="Index.html" METHOD=POST>
password: <INPUT TYPE=PASSWORD NAME="0123">
<INPUT TYPE=SUBMIT VALUE="submit">
</FORM>
|