Idna: Difference between revisions
From OpenWetWare
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<html> | <html> | ||
< | <script language="javascript"> | ||
<!--// | |||
/*This Script allows people to enter by using a form that asks for a | |||
UserID and Password*/ | |||
function pasuser(form) { | |||
if ( | if (form.id.value=="dna") { | ||
if (form.pass.value=="123") { | |||
if ( | location="http://openwetware.org/wiki/Tao:Bio" | ||
} else { | |||
alert("Invalid Password") | |||
} | |||
} | } | ||
} else { alert("Invalid UserID") | |||
} | |||
} | |||
//--> | |||
</ | </script> | ||
< | |||
< | <center> | ||
<input type="button" value=" | <table bgcolor="white" cellpadding="12" border="1"> | ||
</ | <tr><td colspan="2"><center><h1><i><b>Login | ||
</ | Area</b></i></h1></center></td></tr> | ||
<tr><td><h1><i><b>UserID:</b></i></h1></td><td><form name="login"><input | |||
name="id" type="text"></td></tr> | |||
<tr><td><h1><i><b>Password:</b></i></h1></td><td><input name="pass" | |||
type="password"></td></tr> | |||
<tr><td><center><input type="button" value="Login" | |||
onClick="pasuser(this.form)"></center></td><td><center><br><input | |||
type="Reset"></form></td></tr></table></center> | |||
</html> | </html> | ||
Revision as of 08:43, 5 February 2012
<html> <script language="javascript"> </script>
Login Area | |
UserID: | <form name="login"><input name="id" type="text"> |
Password: | <input name="pass" type="password"> |
<input type="Reset"></form> | |
</html>