<script Language="JavaScript">
<!--
target = top" //Destination case non coché (self, top ou nom du cadre)
function loadpage(){
URL=document.frm.pswd.value + ".html"
if (URL!=".html"){
if (frm.coch.checked)mywindow = window.open(''+URL+'');
else {if (target == "self") document.location.href = URL;
else parent.frames[target].location.href = URL;}
}else alert("veuillez entrer un mot de passe")}
//Merci de ne pas effacer ces lignes
//D'autres script,applet,images sur webgraf.Com
//Mathieu Gros, webmaster@webgraf.Com
//-->
</script>
Entrez votre mot de passe:
<BR>
<form name="frm">
<INPUT TYPE="password" NAME="pswd" SIZE=10>
<input type="button" value="GO" onClick="loadpage()"><BR>
<INPUT TYPE="checkbox" NAME="coch" VALUE="xcg"> Nouvelle page<BR>
</form>
|