訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容
<html><head><script type='text/javascript'>var abc=0;function go(){ if(document.main.id.value.length<1){ alert("請輸入帳號!"); return false; } else if(document.main.password.value.length<1){ alert("請輸入密碼!"); return false; } else{ abc++; if(abc==1){ document.main.submit.disabled = true; return true; } else{ return false; } }}</script></head><body><form name="main" method="POST" action="login.cgi" onsubmit="return go();"><input type='text' name='id'/><br/><input type='password' name='password'/><br/><input type='submit' name='submit' value='送出'/><br/></form></body></html>