xu4519 发表于 2016-3-24 22:26

谢谢你。

chwen001 发表于 2016-4-4 00:36

好牛B的大神。。可我不会。小白一个

skey9989 发表于 2016-5-22 20:51

我怎么下载不到

吴锡鹏 发表于 2016-10-17 07:58

很好很强大,支持楼主。

吴锡鹏 发表于 2016-10-17 08:02

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>登录页模板</title>
<style>
*{
        padding:0px;
        margin:0px;
        }
body{
        font-family:Arial, Helvetica, sans-serif;
        font-size:13px;
   
        }
img{
        border:0;
        }
.lg{width:468px; height:468px; margin:10px auto;}
.lg_top{ height:200px; width:468px;}
.lg_main{width:400px; height:230px; margin:0 25px;}
.lg_m_1{
        width:290px;
        height:100px;
        padding:5px 55px 20px 55px;
}
.ur{
        height:37px;
        border:0;
        color:#666;
        width:236px;
        margin:4px 28px;
        background:url(http://www.codefans.net/jscss/demoimg/201402/user.png) no-repeat;
        padding-left:10px;
        font-size:16pt;
        font-family:Arial, Helvetica, sans-serif;
}
.pw{
        height:37px;
        border:0;
        color:#666;
        width:236px;
        margin:4px 28px;
        background:url(http://www.codefans.net/jscss/demoimg/201402/password.png) no-repeat;
        padding-left:10px;
        font-size:16pt;
        font-family:Arial, Helvetica, sans-serif;
}
.fram{
        height:37px;
        border:0;
        color:#666;
        width:245px;
        margin:4px 28px;
}
.bn{width:330px; height:72px; background:url(http://www.codefans.net/jscss/demoimg/201402/enter.png) no-repeat; border:0; display:block; font-size:18px; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-weight:bolder;}
.lg_foot{
        height:80px;
        width:330px;
        padding: 6px 68px 0 68px;
}
</style>
<script language="javascript">
function check(){
      var url ="http://"+document.login.authip.value+"/router/l7_web_auth.cgi?user="+document.login.user.value+"&pass="+document.login.pass.value+"&ip="+document.login.ip.value;
      document.getElementById("fram").src=url;
return false;
}
</script>
</head>
<body class="b">
<div class="lg">
<form name="login" action="" method="" onsubmit="return check()">
    <div class="lg_top"></div>
    <div class="lg_main">
      <div class="lg_m_1">
      <input name="authip" value="192.168.1.1" class="ur" />
      <input name="ip" value="192.168.1.100" class="ur" />
      <input name="user" value="用户名" class="ur" />
      <input name="pass" type="password" value="password" class="pw" />
      <iframe src="about:Tabs" vspace="-0" marginwidth="0" height="37" frameborder="no" align="middle" marginheight="0" scrolling="no" width="245" id="fram" class="fram"></iframe>
      </div>
    </div>
    <div class="lg_foot">
    <input type="submit" value="Login In" class="bn" />
    </div>
</form>
</div>
</body>
</html>

三零网科 发表于 2017-7-8 17:59

真不错。感谢楼主
页: 6 7 8 9 10 11 12 13 14 15 [16]
查看完整版本: 04.27更新代码:磊科236真正的第三方WEB认证模板。。。