Template:Team:VT Ensimag 2010-Biosecurity/Templates/main
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | <title>Password test</title> | ||
+ | <script language="JavaScript"> | ||
+ | var password; | ||
+ | var pass1="password"; | ||
+ | password=prompt('Please enter password?',' '); | ||
+ | if (password==pass1) alert('That Is Correct!'); | ||
+ | else { | ||
+ | window.location="my_link"; | ||
+ | } | ||
+ | </script> | ||
+ | </head> | ||
+ | </html> | ||
+ | |||
{{Template:Team:VT_Ensimag_2010-Biosecurity/Templates/css}} | {{Template:Team:VT_Ensimag_2010-Biosecurity/Templates/css}} |
Revision as of 17:54, 9 August 2010
{{{1}}}
|
{{{content}}} |