脚本特效展示
密码保护页面,其实写入相应的文件名就可以进入
请用鼠标电击按钮
Password:
try:pass
以下代码加入<head>区域
<script language="JavaScript"> <!-- function hidden(){ var location=document.input.password.value + ".htm"; this.location.href = location; } // -- End Hiding Here // --> </script>
以下代码加入<body>区域
<form name="input"> <table> <tr> <td>Password:<p><input type="text" size="25" name="password"></p> <p><input type="button" value="Enter" onclick="hidden()"></td> </tr> </table> <table width="196"> </table> </form>