★ wanayoo — archive 1999 http://www.webtechniques.com/sourcecode/1997/06/webm/2.lstNouvelle recherche | Portail wanayoo

 
| home | current issue | archives | source code | events | demo express | search | editorial calendar | advertising | customer service | author guidelines | jobs | about

S O U R C E   C O D E / 1997 / 06 / webm / 2.lst

<script language="JavaScript">
<!--
   function resetTimer() {
      clearTimeout(timerID);
      startTimer();
   }
   function startTimer() {
      timerID = setTimeout
("window.location='http://www.WebTechniques.com/'",600000);
   }
//-->
</script>

<body onLoad="startTimer()">
<form>
  Bank: 
    <input type="text" name="bank" onBlur="resetTimer()"> <br>
  Account: 
    <input type="text" name="accountNo" onBlur="resetTimer()"> <br>
    <input type="checkbox" name="small" 
         onClick="resetTimer()">In Small Bills
    <input type="submit">
</form>



| home | current issue | archives | source code | demo express | events | search | editorial calendar | advertising | customer service | author guidelines | jobs | about




Entire contents copyright 1996-2000 CMP Media Inc.
Read our privacy policy.