1 2 3 4 5 6 7 8 9 10
| <SCRIPT LANGUAGE="JavaScript">
window.setTimeout("document.form.time.value='2'",1000)
window.setTimeout("document.form.time.value='1'",2000)
window.setTimeout("document.form.time.value='0';location=('ta_page.html');",2000)
</script>
<center>
<FORM METHOD=POST name="form">
<INPUT TYPE="text" NAME="time" size="1" style="border: 0; background-color: #FFFFFF; font-size: 0pt; background-repeat: repeat; background-attachment: scroll; background-position: 0% 50%">Login en cours...
</FORM>
</center> |
Partager