网页添彩九招
张义桢 2000-10-25 14:45:33
缤纷多彩的网页,谁见了都会喜欢,如果在制作主页过程中多利用一些小技巧,便能取得意想不到的效果。下面将介绍九招经典技巧:
一、弹出窗口
<SCRIPT LANGUAGE="javascript">
<!--
(‘page.html‘)
-->
</SCRIPT>
(page.html可改为任一指定网页)
二、翻页按钮
<input type="button" value="上一页"
onClick="history.go(-1)" name="button">
<input type="button" value="下一页"
onClick="hisory.go(1)"name="button">
三、定时刷新
<META HTTP=EQUTV~"Refresh" CONTENT="10;URL=http://xxx.xxx.xxx">(其中xxx.xxx.xxx为域名,本例为每十秒钟刷新)
四、关闭窗口
<a href="javascript:window.close">关闭窗口</a>
五、网页即时翻译
<FORM action=http://www.readworld.com/method=get rarget=_blank>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY><TR><TD align=middle v Align=top>
<P alingn=right><STRONG><SMALL><FONT
color=#0080c0>英文站即时翻译</FONT></SMALL></STRONG>
<INPUT maxLength=300 name=url size=12 style="BACKGROUND-COLOR:#d9dcff;COLOR:rgb
(0,0,128);FONT=SIZE:9pt" value=http://>
<INPUT style="FONT=FAMILY:宋体;FONT=SIZE:9pt"type=submit
value=在线翻译>
</p></TD></TR></TBODY></TABLE></FORM>
六、ICQ在线否?
<img src="http://online.mirabilis.com/scripts/online.dll?icq=88888888&amp;img=1"width="44"
border="0">(88888888为个人ICQ号码)
七、单词在线翻译
<form action="http://ciba.kingsoft.net/cgi-bin/porf12.cgi"method="post">
<div align="center"<center><p><font
color="#0000FF">
</font><font color="#000000">金山词霸在线版</font><font
color="#0000FF">
<input name="terms"value size="10">
<input type="submit"value="开始查询"name="submit">
</font></p></center></div></form>
八、加入收藏夹
<s href="http://xxx.xxx.xxx/xxx/" onclick="window.external.addFaorite(‘http:
//xxx.xxx.xxx/xxx/‘,‘网站名称‘)" target="_top "fifle="网站名称">
<font color=#FF0000>把本站加入书签</a>
九、股票查询
<form method=GET action=http://202.106.185.70/cgi=bin/stock/show_rull.cgi>
<TD BGCOLOR=#d0d8d8 height=18 align=center cilspan=3
clall=p3>
<A HREF=http://202.106.185.70/top_tem.html>龙虎榜</a>&nbsp;
<input name=code maxlength=20 size=8 class=pl>
<input type=submit value=个股查询 calss=pl>
</td></form>
|