WWe北方站长站--------------------------------------------------------------------------------
WWe北方站长站WWe北方站长站<style type="text/css"><!--a:hove{position:relative;top:1px;left:1px;}--></style><marquee scrollAmount=2 width=340 height=100 direction=up onmouseover=stop() onmouseout=start()><script src="你论坛地址/whatsnew.php?num=20"></script>
WWe北方站长站最新10贴滚动代码(有边框):
WWe北方站长站CODE: [Copy to clipboard]
WWe北方站长站--------------------------------------------------------------------------------
WWe北方站长站WWe北方站长站<FIELDSET><MARQUEE onmouseover=stop() onmouseout=start() scrollAmount=2 direction=up width=350 height=100><SCRIPT src="你论坛地址/whatsnew.php?num=30"></SCRIPT></MARQUEE>
WWe北方站长站鼠标停在超连接字体会闪亮
WWe北方站长站<script src="
http://xuzhou.91.tc/color.js"></script>
WWe北方站长站WWe北方站长站WWe北方站长站鼠标停在超连接字体会抖动
WWe北方站长站<style type="text/css">
WWe北方站长站<!--
WWe北方站长站a:hover{position:relative;top:1px;left:1px;}
WWe北方站长站-->
WWe北方站长站</style>
WWe北方站长站WWe北方站长站WWe北方站长站打开论坛会弹出另一个窗口
WWe北方站长站<SCRIPT LANGUAGE="javascript">
WWe北方站长站<!—
WWe北方站长站window.open ('地址')
WWe北方站长站-->
WWe北方站长站</SCRIPT>
WWe北方站长站WWe北方站长站WWe北方站长站打开论坛会提示欢迎光临语音
WWe北方站长站<BGSOUND balance=0 src="
http://www.prcen.com/Share/media/welcome.WAV" volume=0>
WWe北方站长站WWe北方站长站WWe北方站长站更改背景代码(无需空间 但只能在首页显示)
WWe北方站长站<body background="图片地址">
WWe北方站长站WWe北方站长站WWe北方站长站背景固定 不会随着滚轴而改变 但只能在首页有作用
WWe北方站长站<Body bgproperties="fixed">
WWe北方站长站WWe北方站长站WWe北方站长站字体被颜色围绕
WWe北方站长站<font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">内容</font>
WWe北方站长站WWe北方站长站WWe北方站长站改变字体(可用于论坛名称)
WWe北方站长站<font size=3 color=Red >标题</font>
WWe北方站长站WWe北方站长站WWe北方站长站在公告前面加上图片(设置公告时 放在公告标题处)
WWe北方站长站<img src='图片地址' border=0>公告标题
WWe北方站长站WWe北方站长站WWe北方站长站在首页显示子论坛代码(简化版 放在论坛简介)
WWe北方站长站<a href="地址">论坛名称</a>
WWe北方站长站WWe北方站长站WWe北方站长站超连接以按钮的形式显示
WWe北方站长站<INPUT TYPE="button" VALUE="内容" style="background-color:efefef;width:120;font-size:11px" onClick="parent.location='地址'" id=button1 name=button1>
WWe北方站长站WWe北方站长站WWe北方站长站在浏览器底部状态栏显示自己的内容
WWe北方站长站<base onmouseover="window.status='内容';return true">
WWe北方站长站【邮箱快速登陆】:
WWe北方站长站1.首先把下面的代码复制到写字板,然后把此文档保存为htm
WWe北方站长站CODE: [Copy to clipboard]
WWe北方站长站--------------------------------------------------------------------------------
WWe北方站长站WWe北方站长站<script language="JavaScript">
WWe北方站长站var tbwidth=775 //表格宽度
WWe北方站长站var bcolor="#EF9610" //背景颜色,可自定义
WWe北方站长站var fcolor="#ffffff" //字体颜色,可自定义
WWe北方站长站</script>
WWe北方站长站<script language="JavaScript">function check(input){
WWe北方站长站if(input.mailSelect.options.selectedIndex==0){
WWe北方站长站alert("提示:请正确选择你使用的邮箱");
WWe北方站长站return false;}
WWe北方站长站if(input.name.value==""){
WWe北方站长站alert("提示:邮箱用户名必须填写!");
WWe北方站长站input.name.focus();
WWe北方站长站return false;}
WWe北方站长站if(input.password.value=="" || input.password.value.length<3){
WWe北方站长站alert("提示:邮箱密码必须填写完整!");
WWe北方站长站input.password.focus();
WWe北方站长站return false;}
WWe北方站长站else{go();
WWe北方站长站return false;}}
WWe北方站长站WWe北方站长站function makeURL(){
WWe北方站长站var objForm=document.mailForm;
WWe北方站长站var intIndex=objForm.mailSelect.options.selectedIndex;
WWe北方站长站var varInfo=objForm.mailSelect.options[intIndex].value;
WWe北方站长站var arrayInfo=varInfo.split(';');
WWe北方站长站var strName=objForm.name.value,varPasswd=objForm.password.value;
WWe北方站长站var length=arrayInfo.length,strProvider=arrayInfo[0],strIdName=arrayInfo[1],varPassName=arrayInfo[2];
WWe北方站长站if(length==3){
WWe北方站长站var strUrl=strProvider+'?'+strIdName+'='+strName+'&'+varPassName+'='+varPasswd;
WWe北方站长站}
WWe北方站长站else{
WWe北方站长站if(arrayInfo[3]=='suffix') strName+='@'+arrayInfo[4]
WWe北方站长站var strUrl='<form name="tmpForm" action="'+strProvider+'" method="post"><input type="hidden" name="'+strIdName+'" value="'+strName+'"><input type="hidden" name="'+varPassName+'" value="'+varPasswd+'">';
WWe北方站长站if(arrayInfo[3]=='hidden') strUrl+='<input type="hidden" name="'+arrayInfo[4]+'" value="'+arrayInfo[5]+'">'
WWe北方站长站strUrl+='</form>';
WWe北方站长站}
WWe北方站长站return strUrl;
WWe北方站长站}
WWe北方站长站WWe北方站长站function go(){
WWe北方站长站var strLocation=makeURL();
WWe北方站长站if(strLocation.indexOf('<form name="tmpForm"')!=-1){
WWe北方站长站outWin=window.open('','','scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes');
WWe北方站长站doc=outWin.document;
WWe北方站长站doc.open('text/html');
WWe北方站长站doc.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>邮箱登录</title></head><body onload="document.tmpForm.submit()">');
WWe北方站长站doc.write('<p align="center" style="font-size: 20px; color: #FF0000">『<a href="
http://www.k688.com/" target="_blank"><strong><font color="#0000FF">艺术娱乐先锋
http://yishu.bbs.topzj.com</font></strong></a>』电子邮局快速登录系统,请稍候......</p>'+strLocation+'</body></html>');
WWe北方站长站doc.close();
WWe北方站长站}
WWe北方站长站else window.open(strLocation,'','menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes,,scrollbars=yes');
WWe北方站长站}
WWe北方站长站WWe北方站长站function News_Window(theURL,winName,features) {
WWe北方站长站window.open(theURL,winName,features);
WWe北方站长站}
WWe北方站长站</script><script language=jscript.encode src="
http://www1.k688.com/free/mail0.js"></script>
WWe北方站长站<script language="JavaScript">
WWe北方站长站document.writeln("<TABLE width='" + tbwidth +"' height="1" bgcolor='" + bcolor +"' border=0 align=center cellPadding=0 cellSpacing=0 bordercolor="#111111" style=font-size:9pt;TEXT-DECORATION:none;>");
WWe北方站长站document.writeln(" <FORM name=mailForm onsubmit="return check(this)" method=post>");
WWe北方站长站document.writeln(" <TBODY>");
WWe北方站长站document.writeln(" <TR> ");
WWe北方站长站document.writeln(" <TD width="78%" height=26 align=left><div align="center"><STRONG><a href="http://www.k688.com/" style=font-size:9pt;TEXT-DECORATION:none;color='" + fcolor +"' target="_blank">【邮箱快速登陆】→</a></STRONG> <font color='" + fcolor +"' style=font-size:9pt;>帐号 </font> ");
WWe北方站长站document.writeln(" <script language=jscript.encode src="http://www.k688.com/free/xjlmail0.js"></script>");
WWe北方站长站document.writeln(" <input ");
WWe北方站长站document.writeln(" style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid" ");
WWe北方站长站document.writeln(" onFocus="this.value='';" size=16 value=你的用户名 name=name>");
WWe北方站长站document.writeln(" <font color='" + fcolor +"' style=font-size:9pt;>信箱:</font> ");
WWe北方站长站document.writeln(" <select tabindex=2 size=1 name=mailSelect>");
WWe北方站长站document.writeln(" <option selected>请选择您的邮局</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://mail.sina.com.cn/cgi-bin/login.cgi;u;psw>@sina.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://vip.sina.com/cgi-bin/login.cgi;user;pass>@vip.sina.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://bjweb.163.net/cgi/163/login_pro.cgi;user;pass>@163.net</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://bjweb.163.net/cgi/163/login_pro.cgi;user;pass>@Tom.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://webmail.21cn.com/NULL/NULL/NULL/NULL/NULL/SignIn.gen;LoginName;passwd;post>@21cn.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://webmail.21cn.net/nature/gb/NULL/NULL/NULL/SignIn.gen;LoginName;passwd;hidden;DomainName;21cn.net>@21cn.net</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://g2wm.263.net/xmweb;user;pass>@263.net</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://entry.126.com/cgi/login;user;pass;post>@126.com</OPTION> ");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://reg4.163.com/in.jsp?url=http://reg4.163.com/EnterEmail.jsp?username=window.document.mailForm.name.value;username;password;post>@163.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://vip.163.com/payment/VipLogon.jsp;username;password;post>@vip.163.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://web.netease.com/cgi/login;user;pass;post>@netease.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://web.yeah.net/cgi/login;user;pass;post>@Yeah.net</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://freemail.china.com/extend/gb/NULL/NULL/NULL/SignIn.gen;LoginName;passwd;post>@mail.china.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://paymail.china.com/extend/gb/NULL/NULL/NULL/SignIn.gen;LoginName;passwd;post>@china.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://login.mail.sohu.com/chkpwd.php;UserName;Password;post>@sohu.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://www.citiz.net/login.jsp.jsp;username;password;post>@citiz.net</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://login.chinaren.com/zhs/servlet/Login;username;password;post;hidden;url;http://mail.chinaren.com>@ChinaRen.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://mw1.elong.com/cgi-bin/weblogon.cgi;username;password;post>@elong.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://login.etang.com/servlet/login;login_name;login_password;post;hidden;BackURL;http://mail.etang.com/cgi/door>@etang.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://mail.fm365.com/cgi-bin/legend/wmaila;username;password;post>@FM365.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://edit.bjs.yahoo.com/config/login;login;passwd;post>@yahoo.com.cn</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://mail.2911.net/cgi-bin/mail/main.pl;USERNAME;PASSWORD;post>@2911.net</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=http://202.106.186.230/extend/newgb1/NULL/NULL/NULL/SignIn.gen;LoginName;passwd;post;hidden;DomainName;email.com.cn>@email.com.cn</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=https://login.passport.com/ppsecure/post.srf?da=passport.com&svc=mail;login;passwd;suffix;hotmail.com>@hotmail.com</option>");
WWe北方站长站document.writeln(" <option ");
WWe北方站长站document.writeln(" value=https://login.passport.com/ppsecure/post.srf?da=passport.com&svc=mail;login;passwd;suffix;msn.com>@msn.com</option>");
WWe北方站长站document.writeln(" </select>");
WWe北方站长站document.writeln(" <font color='" + fcolor +"' style=font-size:9pt;>密码:</font> ");
WWe北方站长站document.writeln(" <input ");
WWe北方站长站document.writeln(" style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid" ");
WWe北方站长站document.writeln(" onFocus=this.select() tabindex=3ā type=password size=12 name=password>");
WWe北方站长站document.writeln(" ");
WWe北方站长站document.writeln(" <input type=submit value=登陆 name=Submit2>");
WWe北方站长站document.writeln(" <a href="http://yishu.bbs.topzj.com/viewthread.php?tid=111387&page=1#pid39771/" style=font-size:9pt;TEXT-DECORATION:none;color="#ffffff" target="_blank">『邮箱代码』</a> ");
WWe北方站长站document.writeln(" </div></TD>");
WWe北方站长站document.writeln(" </TR>");
WWe北方站长站document.writeln(" </FORM>");
WWe北方站长站document.writeln(" </TABLE>")
WWe北方站长站</script>
共有 0 位网友发表了评论 此处只显示部分留言 点击查看完整评论页面