搜索附件  
头雁微网 附件中心 后勤保障 管理员专用帖续: 7785.bmp
板块导航
附件中心&附件聚合2.0
For Discuz! X3.5 © hgcad.com

管理员专用帖续: 7785.bmp

 

管理员专用帖续:
管理员专用帖续
1、收藏本站

  说明 点击即可把你的网站添加到浏览器的收藏菜单下
  代码
<span style="CURSOR: hand"  title="新亚计算机中心">收藏本站</span>

2、设为首页

  说明 点击即可把你的网站设置为浏览器的起始页  
  代码
<span  style="CURSOR: hand">设为首页</span>

3、自动关闭窗口

  说明 在网页源代码中加入下面的代码,则该窗口将在20秒钟之后自动关闭!这与跳出式小窗口配合使用是再好不过啦!代码中“i=20”表示关闭的延迟时间为20秒,可任意修改。  
  代码
<script language="javascript">
<!--
function clock(){i=i-1
document.title="本窗口将在"+i+"秒后自动关闭!";
if(i>0)setTimeout("clock();",1000);
else self.close();}
var i=20
clock();
//-->
</script>

4、跳出小窗口

  说明 在打开有下面这段代码的页面时将会跳出一个468x60大小的小窗口。“window.html”为跳出的小窗口里所要显示的网页。toolbar、status、menubar、scrollbars、设置小窗口的工具栏、状态栏、菜单栏及滚动条的有无,resizable设置是否可让浏览者改变小窗口大小,width、height设置小窗口的宽度以及高度。(不过这样的小窗口一般是不受欢迎的哦!)  
  代码
<script language="javascript">
window.open("window.html","www_helpor_net","toolbar=no, status=no,menubar=no, scrollbars=no,resizable=no,width=468,height=60,left=200,top=50");
</script>

5、固定字号大小

  说明 你是否有过这样的经历:一个布置得很好的网页,当浏览时把浏览器的字号设置成大或小时,漂亮的网页马上面目全非了。因为字的大小变了,版式自然乱了。现在好了,只要把下面这段代码加入到网页源文件的<head>与</head>之间就行了(对用<font>标签定义的文字无效)。
  代码
<style type="text/css">
<!--
body {font-size:9pt}
td {font-size:9pt}
-->
</style>

6、文本自动向上循环滚动

  说明: 文本自动向上循环滚动,鼠标放到上面还会暂时停下来。  
  代码:
<table border="1" bordercolor="#000000" bgcolor="#6699ff" cellpadding="5" cellspacing="0">
<tr>
<td>
<script language=javascript>
document.write ("<marquee scrollamount='1' scrolldelay='30' direction= 'UP' width='200' id='helpor_net' height='150'   Author:redriver; For more,visit:www.helpor.net>")
document.write ("<h2><p align='center'><font color='#ffffff' face='黑体'>偶 然</font></h2>")
document.write ("<p align='right'><a href='#' target='_blank'><font color='#ffffff'>徐志摩</font></a> ")
document.write ("<p><font color='#ffffff'> ")
document.write ("<br>我是天空里的一片云,")
document.write ("<br>偶尔投影在你的波心?? ")
document.write ("<br>你不必讶异, ")
document.write ("<br>更无须欢喜?? ")
document.write ("<br>在转瞬间消灭了踪影。")
document.write ("<br>")
document.write ("<br>你我相逢在黑暗的海上,")
document.write ("<br>你有你的,我有我的,方向;")
document.write ("<br>你记得也好, ")
document.write ("<br>最好你忘掉, ")
document.write ("<br>在这交会时互放的光亮! ")
document.write ("</font>")
document.write ("</marquee> ")
</script>
</td>
</tr>
</table>

7、舞台光柱照射的效果  

  说明: 页面产生舞台光柱照射的效果  
  代码:
<body bgcolor="#000000" id="www_helpor_net" style="position: relative; left: 0px; color: White; filter: light">
<script language="VBScript">
Option Explicit
sub window_OnLoad()
call www_helpor_net.filters.light(0).addambient(0,0,255,30)
call www_helpor_net.filters.light(0).addcone(400,400,200,100,100,200,204,200,80,10)
end sub
sub document_onMouseMove()
call www_helpor_net.filters.light(0).MoveLight(1,window.event.x,window.event.y,0,1)
end sub
</script>

8、百页窗的效果

  说明 进入页面时,页面产生百页窗似的的效果
  代码
<style>
<!--
.helpor_net{position:absolute;
left:0;
top:0;
layer-background-color:#3399ff;
background-color:#339



改变文字颜色的代码:

[Copy to clipboard]
CODE:
<font color=颜色>文字</font>

(color后面可以是英文也可以是颜色代码)

发光字代码:

[Copy to clipboard]
CODE:
<table style="FILTER: glow(color=#6CABE7,direction=2)">

阴影字代码:

[Copy to clipboard]
CODE:
<table style="FILTER: dropshadow(color=#cccccc, offx=2, offy=2, positive=2);">

浮雕文字代码:

[Copy to clipboard]
CODE:
<table style="FILTER: dropshadow(color=#6699FF, offx=1, offy=1, positive=1);">

添加透明FLAHS的代码:

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

新闻代码:

[Copy to clipboard]
CODE:
<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>

显示IP代码:

[Copy to clipboard]
CODE:
<script src="http://w1.k688.com/ip/ip1.js"></script>

文字滚动代码:

[Copy to clipboard]
CODE:
<marquee width="157" height="21">写入你需要的文字`</marquee>

跳转页面代码

[Copy to clipboard]
CODE:
<meta http-equiv="refresh" c>

风格的背景不动代码
将以下代码加在论坛简介里。效果:背景不动。

[Copy to clipboard]
CODE:
<Body bgproperties="fixed">

元素间的内容居中

[Copy to clipboard]
CODE:
<CENTER>   </CENTER>  

嵌入代码

[Copy to clipboard]
CODE:
<iframe  border=0 vspace=0 hspace=0 marginwidth=0 marginheight=0 height=222  framespacing=0 frameborder=0 scrolling=no width=100%  src=http://etxbbs.91.tc/t.htm></iframe>

背景图片

[Copy to clipboard]
CODE:
<BODY bgColor=#dddddd leftMargin=2 background=http://www.kfyes.com/bbs/plugins/lovewall/lovewall.jpg topMargin=2 onload=javascript:popUp()>

背景颜色

[Copy to clipboard]
CODE:
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top bgColor=#8F2E01>内容!!!</TD></TR></TBODY></TABLE>

文字加粗 倾斜的代码

QUOTE:
◆文字加粗的代码是: <b>你好</b> ◆文字倾斜的代码是: <i>你好!</i> ◆底线字:<u></u>

文字链接代码

QUOTE:
如果您想点击某处文字会连接到另外一个网页的效果,这是超链接,代码是这样:
<a href="网站地址";>E天下</a>如果要点了这个文字以后重新打开一个窗口的话,代码是:<a href="http://cui.qq.topzj.com/forumdisplay.php?fid=23100&page=1";; target="_blank">E天下</a>

在网站上放图片的代码

QUOTE:
如果你看到一个好看的图片想放到网站上,代码是这样的:
<img src="http://www.123.com/images/n/163logo.gif"; width="150" height="100">
后面的数字调节图片的尺寸大小。

图片链接代码

QUOTE:
如果要点一下图片就能打开一个网站的链接代码是这样的:
<a href="http://www.liukee.com/reg.asp?username=xpcjh";><img src="http://www.liukee.com/images/logo_177-51.gif"; width="150" height="100"></a>
如果要点一下图片就能打开一个网站的链接,并且重新打开一个窗口。代码是这样的:
<a href="http://www.123.com";; target="_blank"><img src="http://www.123.com/images/n/163logo.gif"; width="150" height="100"></a>上面的数字都能调节图片尺寸大小。

换行代码

QUOTE:
如果你想换行,直接用Enter键是不行的,需要在您想换行的位置输入<br>
,这样就会分成两行显示 ,整个网站看起来也不会是一大片了,而是段落分明。

文字移动的代码是

[Copy to clipboard]
CODE:
<marquee>这里写文字</marquee>

移动图片的代码

QUOTE:
<marquee><img src="http://es.tom.com/images/2002/gamemm/0604/s/36.jpg";><img src="http://es.tom.com/images/2002/gamemm/0604/s/13.jpg";><img src="http://es.tom.com/images/2002/gamemm/0604/s/30.jpg";><marquee>
把里面的图片地址换成你的就行 想多放一个图片就按照格式在中间插入:
<img src="http://es.tom.com/images/2002/gamemm/0604/s/13.jpg";>
里面的图片地址自己定。

背景音乐的代码

QUOTE:
如果想在你的网站上放上一段好听的背景音乐,代码是: <bgsound src="http://xxx.com/xxx.mid";loop=10>
<bgsound src="http://www.fan.com/midi/music.asp?id=3073";loop=30> 里面的背景音乐地址你能自己替换。
前面的是音乐地址,一般都以mid或者mp3的形式结尾 后面的数字是播放次数。

进站欢迎词代码如下:

QUOTE:
<script language="JavaScript">
<!--
prompt("","欢迎光临QQBar!");
// -->
</script>

离开论坛时的送别语代码如下:

[Copy to clipboard]
CODE:
<BODY >

版块介绍文字颜色和阴影的代码

[Copy to clipboard]
CODE:
<font style="filter: glow(color=red,strength=3); height:10px; color:white; padding:1px">友情链接 版主申请 论坛公告</font>

滚动右到左代码:

[Copy to clipboard]
CODE:
<marquee width="157" height="21">文字字字字字字字`</marquee>

论坛公告代码(显图片 颜色

[Copy to clipboard]
CODE:
<img border="0" src="图片地址" width="29" height="17"><font color="#FF0000">文字</font>



QUOTE:
论坛公告代码,鼠标碰触文字会闪烁变色代码,在文字前加

[Copy to clipboard]
CODE:
<script src="http://9999.91.tc/ssz.js"></script>文字....

加了这个,全论坛的连接文字受用



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



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

在底部附上QQ联系方式的方法

在网站名称处加入以下代码即可.
<a target=blank href=tencent://message/?uin=你的QQ号码&Site=你的网站名&Menu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:649064550:12 ></a>
QUOTE:
滚动字大全

QUOTE:
<marquee scrollamount=1>
文字很慢滚。
</marquee>  

<marquee onmouseover=this.stop() onmouseout=this.start() >
鼠标放上去停止滚动,移开继续滚动。
</marquee>  

<marquee direction=left scrollamount=3>
文字向左滚。
</marquee>  

<marquee direction=right scrollamount=3>
文字向右滚。
</marquee>  

<marquee direction=up scrollamount=3>
文字向上滚。
</marquee>  

<marquee direction=down scrollamount=3>
文字向下滚。
</marquee>  

<marquee scrollamount=3 behavior=alternate>
文字来回滚。
</marquee>  

<marquee scrolldelay=500 scrollamount=100>走一步,停一停!</marquee>





QUOTE:
公告栏上下滚动字幕代码

[Copy to clipboard]
CODE:
<marquee direction=up TrueSpeed scrollAmount=1 scrollDelay=40 height=100 onMouseOut=this.start(); onMouseOver=this.stop(); width=150 border="0"> 加入你想要写的文字</marquee>
状态栏文字从右依次弹出

[Copy to clipboard]
CODE:
<script language="JavaScript">var MESSAGE="文字从右边一个个弹出";var POSITION = 150;var DELAY = 10;var scroll = new statusMessageObject();function statusMessageObject(p,d){this.msg = MESSAGE;this.out = " ";this.pos = POSITION;this.delay = DELAY;this.i=0;this.reset = clearMessage};function clearMessage(){this.pos = POSITION};function scroller(){for(scroll.i=0;scroll.i<scroll.pos; scroll.i++);{scroll.out+=" "};if(scroll.pos >= 0) scroll.out += scroll.msg; else scroll.out = scroll.msg.substring(-scroll.pos,scroll.msg.length);window.status = scroll.out;scroll.out = " "; scroll.pos--; if(scroll.pos < -(scroll.msg.length)){ scroll.reset()}; setTimeout ('scroller()',scroll.delay)};function snapIn(jumpSpaces,position){var msg = scroll.msg;var out = "";for (var i=0; i<position; i++){out += msg.charAt(i)}; for (i=1;i<jumpSpaces;i++){out += " "}; out += msg.charAt(position);window.status = out;if (jumpSpaces <= 1){position++;if (msg.charAt(position) == ' '){position++ };jumpSpaces = 100-position};else if (jumpSpaces > 3){jumpSpaces *= .75};else {jumpSpaces--};if (position != msg.length){var cmd = "snapIn(" + jumpSpaces + "," + position + ")";scrollID = window.setTimeout(cmd,scroll.delay);} else { window.status="";jumpSpaces=0; position=0; cmd ="snapIn(" + jumpSpaces + "," + position + ")";scrollID = window.setTimeout(cmd,scroll.delay); return false }; return true};snapIn(100,0);</script>

状态栏文字从左依次弹出

[Copy to clipboard]
CODE:
<script language="JavaScript">var msg  = "文字从左依次弹出";var interval = 120;var spacelen = 120;var space10=" ";var seq=0;function Scroll(){len = msg.length;window.status = msg.substring(0, seq+1);seq++;if ( seq >= len ){seq=0;window.status = '';window.setTimeout("Scroll();", interval);}else window.setTimeout("Scroll();", interval );}Scroll();</script>

文字在状态栏上先拆散然后再组合

[Copy to clipboard]
CODE:
<script>var speed=10;var pause=1500;var timerID=null;var bannerRunning=false;var ar=new Array();ar[0]="欢迎来到E天下论坛  ";ar[1]="希望你能找到需要的代码  ";ar[2]="请多提意见,谢谢!    ";var message=0;var state="";clearState();function stopBanner(){if(bannerRunning) clearTimeout(timerID);bannerRunning = false;}function startBanner(){stopBanner();showBanner();}
function clearState(){state="";for(var i=0;i<ar[message].length;++i){state+="0"}}function showBanner(){if(getString()){message++;if(ar.length<=message) message=0;clearState();timerID=setTimeout("showBanner()", pause);bannerRunning=true}else{var str="";for(var j=0;j<state.length;++j){str+=(state.charAt(j)=="1")?ar[message].charAt(j):"     "}window.status=str;timerID=setTimeout("showBanner()",speed);bannerRunning = true;}}function getString(){var full=true;for(var j=0;j<state.length;++j){if(state.charAt(j)==0)full=false}if(full)return true;while(1){var num=getRandom(ar[message].length);if(state.charAt(num)=="0")break}state=state.substring(0,num)+"1"+state.substring(num+1,state.length);return false}function getRandom(max){return Math.round((max-1)*Math.random())};startBanner()</script>

状态栏文字跑马灯

[Copy to clipboard]
CODE:
<SCRIPT language="JavaScript">function scrollit(seed){var m1 = "HI:你 好!";var m2 = "欢迎来到E天下论坛";var m3 = "请 多 提 意 见,谢 谢!";var msg=m1+m2+m3;var out = " ";var c=1;if(seed>100){seed--;cmd="scrollit("+seed+")";timerTwo=window.setTimeout(cmd,100);}else if(seed<=100&&seed>0){for(c=0;c<seed;c++){out+=" ";};out+=msg;seed--;window.status=out;cmd="scrollit("+seed+")";timerTwo=window.setTimeout(cmd,100);};else if(seed<=0){if(-seed<msg.length){out+=msg.substring(-seed,msg.length);seed--;window.status=out;cmd="scrollit("+seed+")";timerTwo=window.setTimeout(cmd,100);};else{window.status=" ";timerTwo=window.setTimeout("scrollit(100)",75);}}}</SCRIPT><script>scrollit(100)</script>

状态栏文字逐个弹出再左移的效果

[Copy to clipboard]
CODE:
<SCRIPT LANGUAGE="JavaScript">var Message="文字逐个弹出再左移的效果";var place=1;function scrollIn(){window.status=Message.substring(0, place);if (place>=Message.length){place=1;window.setTimeout("scrollOut()",300);} else{place++;window.setTimeout("scrollIn()",50);}};function scrollOut(){window.status=Message.substring(place,Message.length);if(place>=Message.length){place=1;window.setTimeout("scrollIn()",100);};else{place++;window.setTimeout("scrollOut()", 50);}};</SCRIPT><SCRIPT>scrollIn()</SCRIPT>

状态栏上的文字缩放出现

[Copy to clipboard]
CODE:
<SCRIPT>timeID=5;stcnt=11;msg="欢迎来到E天下论坛,希望您在这儿找到需要的代码。";wmsg=new Array(33);wmsg[0] = msg;blnk = "                                                               ";for(i=1;i<32;i++){b=blnk.substring(0,i);wmsg="";for(j=0;j<msg.length; j++) wmsg=wmsg+msg.charAt(j)+b;}function wiper(){if(stcnt>-1){str=wmsg[stcnt]};else str=wmsg[0];if(stcnt--<-40)stcnt=31;status=str;clearTimeout(timeID);timeID=setTimeout("wiper()", 150);};wiper()</script>

状态栏上的文字不动,但是两边的符号却不停在动

[Copy to clipboard]
CODE:
<script>var hellotext="欢迎来到E天下论坛";var thetext="";var started=false;var step=0;var times=1;function welcometext(){times--;if(times==0){if(started==false){started=true;window.status=hellotext;setTimeout("anim()",1);}thetext=hellotext;}}function showstatustext(txt){thetext=txt;setTimeout("welcometext()",4000);times++;}function anim(){step++;if(step==7){step=1};if(step==1){window.status='>==='+thetext+'===<'};if(step==2){window.status='=>=='+thetext+'==<='};if(step==3){window.status='>=>='+thetext+'=<=<'};if(step==4){window.status='=>=>'+thetext+'<=<='};if(step==5){window.status='==>='+thetext+'=<=='};if(step==6){window.status='===>'+thetext+'<==='};setTimeout("anim()",200);};welcometext()</script>

论坛里可放在其他头部信息里或JS调用
管理员专用帖续: 7785.bmp
客服中心 搜索