groups

name language licence
JaxsPro Single Button Mp3 Player (TopLeft) HTML Other
3 Column Footer HTML Other
2 Column Layout HTML - float style HTML Other
Loading 1 JavaScript Other
MiniMenu 2 HTML Other
Login HTML Other
imageMenu HTML HTML Other
2 Column Layout CSS - float style CSS Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: HTML
licence: Other

Login

options: view full snippetsend to code collector
<form>
<p>Username:<br>
  <input type="text" name="text2">
</p>
<p>Password:<br>
<input type="password" name="text1"><br>
  <input type="button" value="Login" name="Submit" onclick=javascript:validate(text2.value,"rapid",text1.value,"weaver") >
</p>
</form>
<script language = "javascript">
function validate(text1,text2,text3,text4)
{
 if (text1==text2 && text3==text4)
 load('http://yourwebsite.com');
 else 
	
(Continues...)