网页特效代码!

8 篇文章 0 订阅

来自Asp.net精英论坛:bbs.1aspx.com 


鼠标特效代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<BODY style='cursor:url( http://easygame.go3.icpcn.com/bbs/pic/b_1.cur )'>
改变文字颜色的代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<font color=颜色>文字</font>
发光字代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<table style="FILTER: glow(color=#6CABE7,direction=2)"> <font color=#ffffff size=2>你要改变的文字内容</font></table>
阴影字代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<table style="FILTER: dropshadow(color=#cccccc, offx=2, offy=2, positive=2);"><font color=#6CABE7 size=2>你要改变的字体内容</font>
</table>
浮雕文字代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<table style="FILTER: dropshadow(color=#6699FF, offx=1, offy=1, positive=1);"> <font color=#ffffff>你要改变的字体内容</font>
</table>
新闻代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<iframe WIDTH=100% HEIGHT=14 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no SRC='
http://links.news.sohu.com/scscne002.html?uid=71249&fid=scscne002 '></iframe>
新闻代码(新浪):
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<iframe WIDTH=100% HEIGHT=14 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no SRC='
http://news.sina.com.cn/iframe/o/allnews/input/index.htm '></iframe>
显示IP代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<script src="
http://w1.k688.com/ip/ip1.js "></script>
文字滚动代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<marquee width="157" height="21">写入你需要的文字`</marquee>
首页语音:"欢迎光临"代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<BGSOUND balance=0 src="
http://www.prcen.com/Share/media/welcome.WAV " volume=0>
水珠代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<center><EMBED style="LEFT: 10px; POSITION: absolute; TOP: -70px" align=right src=http://xxyz.91.tc/shuizhu.swf width=700 height=900 type=application/x-shockwave-flash wmode="transparent" quality="high" ;></embed></center>
添加透明FLAHS的代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<embed src="flash文件地址" width="宽" height="高" type="application/x-shockwave-flash" wmode="transparent" quality="high">
公告栏狗狗代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<img border=0 src=http://shyyx1.91.tc/dog.gif>
超连接字体颜色会变代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<script src="
http://xuzhou.91.tc/color.js "></script>
金鱼游动代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<EMBED style="LEFT: 100px; POSITION: absolute; TOP: 0px; absolute: " align=right src=http://imgfree.21cn.com/free/flash/17.swf width=780 height=780 type=application/x-shockwave-flash wmode="transparent" quality="high" ;>
隐藏代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

[hide]隐藏内容[/hide]
公告栏颜色代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<font color=red>标题</font>
屏蔽鼠标右键代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<body onselectstart="return false">
<body οncοntextmenu="window.event.returnValue=false" >
最新10贴代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<script src="你论坛地址/whatsnew.php?num=10"></script>
最新10贴滚动代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<style type="text/css"><!--a:hove{position:relative;top:1px;left:1px;}--></style><marquee scrollAmount=2 width=340 height=100 direction=up οnmοuseοver=stop() οnmοuseοut=start()><script src="你论坛地址/whatsnew.php?num=20"></script>
最新10贴滚动代码(有边框):
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<FIELDSET><MARQUEE οnmοuseοver=stop() οnmοuseοut=start() scrollAmount=2 direction=up width=350 height=100><script src="你论坛地址/whatsnew.php?num=30"></script></MARQUEE>
鼠标停在超连接字体会闪亮
<script src="
http://xuzhou.91.tc/color.js "></script>


鼠标停在超连接字体会抖动
<style type="text/css">
<!--
a:hover{position:relative;top:1px;left:1px;}
-->
</style>


打开论坛会弹出另一个窗口
<script LANGUAGE="javascript">
<!—
window.open ('地址')
-->
</script>


打开论坛会提示欢迎光临语音
<BGSOUND balance=0 src="
http://www.prcen.com/Share/media/welcome.WAV " volume=0>


更改背景代码(无需空间 但只能在首页显示)
<body background="图片地址">


背景固定 不会随着滚轴而改变 但只能在首页有作用
<Body bgproperties="fixed">


字体被颜色围绕
<font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">内容</font>


改变字体(可用于论坛名称)
<font size=3 color=Red >标题</font>


在公告前面加上图片(设置公告时 放在公告标题处)
<img src='图片地址' border=0>公告标题


在首页显示子论坛代码(简化版 放在论坛简介)
<a href="地址">论坛名称</a>


超连接以按钮的形式显示
<INPUT TYPE="button" VALUE="内容" style="background-color:efefef;width:120;font-size:11px" onClick="parent.location='地址'" id=button1 name=button1>


在浏览器底部状态栏显示自己的内容
<base οnmοuseοver="window.status='内容';return true">
【邮箱快速登陆】:
1.首先把下面的代码复制到写字板,然后把此文档保存为htm
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<script language="Javascript">
var tbwidth=775 //表格宽度
var bcolor="#EF9610" //背景颜色,可自定义
var fcolor="#ffffff" //字体颜色,可自定义
</script>
<script language="Javascript">function check(input){  
if(input.mailSelect.options.selectedIndex==0){  
alert("提示:请正确选择你使用的邮箱");  
return false;}  
if(input.name.value==""){  
alert("提示:邮箱用户名必须填写!");  
input.name.focus();  
return false;}  
if(input.password.value=="" || input.password.value.length<3){  
alert("提示:邮箱密码必须填写完整!");  
input.password.focus();  
return false;}  
else{go();  
return false;}}

function makeURL(){  
var objForm=document.mailForm;  
var intIndex=objForm.mailSelect.options.selectedIndex;  
var varInfo=objForm.mailSelect.options[intIndex].value;  
var arrayInfo=varInfo.split(';');  
var strName=objForm.name.value,varPasswd=objForm.password.value;  
var length=arrayInfo.length,strProvider=arrayInfo[0],strIdName=arrayInfo[1],varPassName=arrayInfo[2];  
if(length==3){  
var strUrl=strProvider+'?'+strIdName+'='+strName+'&'+varPassName+'='+varPasswd;  
}
else{
if(arrayInfo[3]=='suffix') strName+='@'+arrayInfo[4]
var strUrl='<form name="tmpForm" action="'+strProvider+'" method="post"><input type="hidden" name="'+strIdName+'" value="'+strName+'"><input type="hidden" name="'+varPassName+'" value="'+varPasswd+'">';  
if(arrayInfo[3]=='hidden') strUrl+='<input type="hidden" name="'+arrayInfo[4]+'" value="'+arrayInfo[5]+'">'
strUrl+='</form>';  
}
return strUrl;  
}

function go(){  
var strLocation=makeURL();  
if(strLocation.indexOf('<form name="tmpForm"')!=-1){
outWin=window.open('','','scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes');  
doc=outWin.document;  
doc.open('text/html');  
doc.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>邮箱登录</title></head><body οnlοad="document.tmpForm.submit()">');  
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>');  
doc.close();  
}
else window.open(strLocation,'','menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes,,scrollbars=yes');  
}

function News_Window(theURL,winName,features) {
window.open(theURL,winName,features);
}
</script><script language=jscript.encode src="
http://www1.k688.com/free/mail0.js "></script>
<script language="Javascript">
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;>");
document.writeln("   <FORM name=mailForm οnsubmit=/"return check(this)/" method=post>");
document.writeln("   <TBODY>");
document.writeln("   <TR> ");
document.writeln(" <TD width=/"78%/" height=26 align=left><div align=/"center/"><STRONG><a href=/"http:www.k688.com///" _fcksavedurl="/"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> ");
document.writeln("   <script language=jscript.encode src=/"http:www.k688.com//free//xjlmail0.js/"><//script>");
document.writeln(" <input ");
document.writeln("   style=/"BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid/" ");
document.writeln("   onFocus=/"this.value=/'/';/" size=16 value=你的用户名 name=name>");
document.writeln("       <font color=/'" + fcolor +"/'   style=font-size:9pt;>信箱:<//font> ");
document.writeln("       <select tabindex=2 size=1 name=mailSelect>");
document.writeln("       <option selected>请选择您的邮局<//option>");
document.writeln("       <option ");
document.writeln("     value=http:mail.sina.com.cn//cgi-bin//login.cgi;u;psw>@sina.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:vip.sina.com//cgi-bin//login.cgi;user;pass>@vip.sina.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:bjweb.163.net//cgi//163//login_pro.cgi;user;pass>@163.net<//option>");
document.writeln("       <option ");
document.writeln("     value=http:bjweb.163.net//cgi//163//login_pro.cgi;user;pass>@Tom.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:webmail.21cn.com//NULL//NULL//NULL//NULL//NULL//SignIn.gen;LoginName;passwd;post>@21cn.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:webmail.21cn.net//nature//gb//NULL//NULL//NULL//SignIn.gen;LoginName;passwd;hidden;DomainName;21cn.net>@21cn.net<//option>");
document.writeln("       <option ");
document.writeln("     value=http:g2wm.263.net//xmweb;user;pass>@263.net<//option>");
document.writeln("       <option ");
document.writeln("     value=http:entry.126.com//cgi//login;user;pass;post>@126.com</OPTION> ");
document.writeln("       <option ");
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>");
document.writeln("       <option ");
document.writeln("     value=http:vip.163.com//payment//VipLogon.jsp;username;password;post>@vip.163.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:web.netease.com//cgi//login;user;pass;post>@netease.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:web.yeah.net//cgi//login;user;pass;post>@Yeah.net<//option>");
document.writeln("       <option ");
document.writeln("     value=http:freemail.china.com//extend//gb//NULL//NULL//NULL//SignIn.gen;LoginName;passwd;post>@mail.china.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:paymail.china.com//extend//gb//NULL//NULL//NULL//SignIn.gen;LoginName;passwd;post>@china.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:login.mail.sohu.com//chkpwd.php;UserName;Password;post>@sohu.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:www.citiz.net//login.jsp.jsp;username;password;post>@citiz.net<//option>");
document.writeln("       <option ");
document.writeln("     value=http:login.chinaren.com//zhs//servlet//Login;username;password;post;hidden;url;http:mail.chinaren.com>@ChinaRen.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:mw1.elong.com//cgi-bin//weblogon.cgi;username;password;post>@elong.com<//option>");
document.writeln("       <option ");
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>");
document.writeln("       <option ");
document.writeln("     value=http:mail.fm365.com//cgi-bin//legend//wmaila;username;password;post>@FM365.com<//option>");
document.writeln("       <option ");
document.writeln("     value=http:edit.bjs.yahoo.com//config//login;login;passwd;post>@yahoo.com.cn<//option>");
document.writeln("       <option ");
document.writeln("     value=http:mail.2911.net//cgi-bin//mail//main.pl;USERNAME;PASSWORD;post>@2911.net<//option>");
document.writeln("       <option ");
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>");
document.writeln("       <option ");
document.writeln("     value=https:login.passport.com//ppsecure//post.srf?da=passport.com&svc=mail;login;passwd;suffix;hotmail.com>@hotmail.com<//option>");
document.writeln("       <option ");
document.writeln("     value=https:login.passport.com//ppsecure//post.srf?da=passport.com&svc=mail;login;passwd;suffix;msn.com>@msn.com<//option>");
document.writeln("       <//select>");
document.writeln("       <font color=/'" + fcolor +"/'   style=font-size:9pt;>密码:<//font> ");
document.writeln("       <input ");
document.writeln("   style=/"BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid/" ");
document.writeln("   onFocus=this.select() tabindex=3ā type=password size=12 name=password>");
document.writeln("       ");
document.writeln("       <input type=submit value=登陆 name=Submit2>");
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> ");
document.writeln("     <//div><//TD>");
document.writeln("   <//TR>");
document.writeln("   <//FORM>");
document.writeln(" <//TABLE>")
</script>
2.把这个htm文件上传到你的空间
3.把下面的代码复制到你论坛联盟文字说明处
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<iframe name=sina_roll src=该htm文件网址 height=35 width=750 Frameborder=No Border=0 Marginwidth=0 Marginheight=0 Scrolling=No></iframe>
背景音乐代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<bgsound src="音乐地址" loop="-1">
固定论坛背景图片代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<Body bgproperties="fixed">
春节对联代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<Div id="MagicFacel" Style="POSITION:absolute;Z-INDEX: 99;visibility:hidden; "><script language="Javascript" src="
http://xxyz.91.tc/xinchunduilian/left.js "></script></Div>
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<Div id="MagicFacer" Style="POSITION:absolute;Z-INDEX: 99;visibility:hidden; "><script language="Javascript" src="
http://xxyz.91.tc/xinchunduilian/right.js "></script></Div>
雪花代码:
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<center><EMBED style="LEFT: 10px; POSITION: absolute; TOP: -70px" align=right src=http://imgfree.21cn.com/free/flash/23.swf width=700 height=900 type=application/x-shockwave-flash wmode="transparent" quality="high" ;></embed></center>
在首页显示子论坛代码(简化版 放在论坛简介):
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

★<a href="地址">论坛名称</a>★
论坛快速登陆代码:
1.首先把下面的代码复制到写字板,然后把此文档保存为htm
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 3</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 3</title>
<style type="text/css">
a:link,a:visited   { text-decoration: none; color: #FFFFFF }
a:hover           { text-decoration: underline }
body           { scrollbar-base-color: #392400;   scrollbar-arrow-color: #FFFFFF; font-size: 12px; background-color: #FFFFFF }
table           { font-family: Tahoma, Verdana; color: #392400; font-size: 12px }
textarea,input,object   { font-family: Tahoma, Verdana; font-size:   12px; color: #392400; font-weight: normal; background-color: #FFFFFF }
select           { font-family: Tahoma; font-size: 11px;   color: #392400; font-weight: normal; background-color: #FFFFFF}
</style>
</head>
<body>
<table width="841" border="0" align="center" cellpadding="0"   cellspacing="0" height="90">
  <tr><td height="90" width="842">
  <table border="1" cellpadding="4" cellspacing="1"   bordercolor="#FFC784" width="900">
  <tr class="header"><td colspan="3" align=left bgcolor="#392400" width="867"><form method="post"   action="
http://mhhd.qq.topzj.com/logging.php?action=login "   target="windows_name">
  <tr class="header"><td colspan="3" align=left width="900"><form method="post" action="
http://mhhd.qq.topzj.com/logging.php?action=login ">
会员登录   [<a href="
http://mhhd.qq.topzj.com/register.php " target="_blank" style="color: #392400">立即注册</a>] [<a   href=" http://mhhd.qq.topzj.com/member.php?action=lostpasswd " target="_blank" style="color: #392400">忘记密码</a>]</tr>                  
<tr bgcolor="#FFFFFF"><td bgcolor="#FFFFFF" width="900">用户名                  
<input type="text" style="z-index:10" name="username" size="16"   maxlength="40" tabindex="1"> 密码 <input type="password" name="password" size="16" tabindex="2"> 安全提问                  
<select name="questionid" tabindex="3">
<option value="0">不使用安全提问</option>
<option value="1">母亲的名字</option>
<option value="2">爷爷的名字</option>
<option value="3">父亲出生的城市</option>
<option value="4">您其中一位老师的名字</option>
<option value="5">您个人计算机的型号</option>
<option value="6">您最喜欢的餐馆名称</option>
<option value="7">驾驶执照的最后四位数字</option>
</select> 回答                  
<input type="text" name="answer" size="16" tabindex="4"> Cookie 有效 期                  
<select name=cookietime><option selected value=0>浏览器进程</option>
<option value=3600>一小时</option>
<option value=86400>一天</option>
<option value=2592000>一个月</option>
<option value=31536000>一年</option></select>
<input type="submit" name="loginsubmit" value="会员登录">                  
</td>
</tr></table></td></tr></table>
2.把这个htm文件上传到你的空间
3.把下面的代码复制到你论坛联盟文字说明处
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<iframe name=sina_roll src=你上传到空间的htm地址 height=80 width=900 Frameborder=No Border=0 Marginwidth=0 Marginheight=0 Scrolling=No></iframe>
[/size=3]论坛既时在线聊天代码:
1. 先到
http://cbox.ws/getone.php (英文版), http://world.altavista.com/babel ... box.ws%2Fgetone.php(中文版)注册,它会给你一段代码,保存为htm文件上传到空间,然后把地址覆盖下面的地址。
2.然后把下面的地址放在联盟论坛的文字说明里
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<iframe border=0 vspace=0 hspace=0 marginwidth=0 marginheight=0 height=240 framespacing=0 frameborder=0 scrolling=no width=100% src=http://vzvbob.91.tc/L.htm></iframe>
域名转向的方法:
1. 先在你自己的电脑上建一个文本文档,然后把下面的代码放进去,把“你自己的论坛地址”换上
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="refresh" content="0;URL=http://你自己的论坛地址">
</head><body><center></center></body></html>
2.然后保存为index.htm,上传到空间(这个地址就是域名转向地址)


打开论坛提示游客注册:
1. 先在你自己的电脑上建一个文本文档,把下面代码的信息修改成你自己的。

CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<script Language=Javascript>
<!--
var oPopup = window.createPopup();
var popTop=50;
function popmsg(msgstr){
var winstr="<table width=/"241/" height=/"180/" border=/"0/" cellpadding=/"0/" cellspacing=/"0/">";
winstr+="<tr><td align=/"center/"><table width=/"90%/" height=/"180/" border=/"0/" cellpadding=/"0/" cellspacing=/"0/">";
winstr+="<tr><td align=/"center/"><table width=/"90%/" height=/"180/" border=/"0/" cellpadding=/"0/" cellspacing=/"0/">";
winstr+="<tr><td valign=/"top/" style=/"font-size:12px;/">"+msgstr+"</td></tr></table></td></tr></table>";
oPopup.document.body.innerHTML = winstr;
popshow();
}
function popshow(){
window.status=popTop;
if(popTop>1720){
clearTimeout(mytime);
oPopup.hide();
return;
}else if(popTop>1520&&popTop<1720){
oPopup.show(screen.width-250,screen.height,241,1720-popTop);
}else if(popTop>1500&&popTop<1520){
oPopup.show(screen.width-250,screen.height+(popTop-1720),241,172);
}else if(popTop<180){
oPopup.show(screen.width-250,screen.height,241,popTop);
}else if(popTop<220){
oPopup.show(screen.width-250,screen.height-popTop,241,180);
}
popTop+=7;
var mytime=setTimeout("popshow();",60);
}
popmsg("<DIV align=center><br>欢迎您光临:<a href=http://tangyaguang.cc.topzj.com/>锡盟摇滚论坛</a><br><br>QQ:185493136<br>Email:
tangyaguang@gmail.com <br><br><font color=red>站长光光提示您:<br>本论坛注册才可浏览,请点击论坛右上角的注册按钮注册:)</font></DIV>");
-->
</script>
2.把这个文本文档保存为htm文件,上传到空间址
3.把htm绝对地址覆盖下面的地址
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

<iframe border=0 vspace=0 hspace=0 marginwidth=0 marginheight=0 height=0 framespacing=0 frameborder=0 scrolling=yes width=100% src=(htm文件地址)></iframe>
点击图片后能连接到网站
给大家介绍好的代码!(可能有重复)
<a href="网站地址"><img _fcksavedurl=""网站地址"><img" src="图片地址">
 
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值