42 .加入收藏的鏈接,設(shè)為首頁(yè),加入頻道
<onClick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://www.zzist.net/gbz/');return false;">
<a href="#" onClick="window.external.AddFavorite('鏈接','收藏夾內(nèi)顯示文字');return false"><img src="圖片源" height="20" border="0"></a>
<a href=javascript:window.external.addChannel("typhoon.cdf")>加入頻道</a>
43.透明flash的插入方法和實(shí)例
<table border='0' cellspacing='0' cellpadding='0' align='center'>
<tr> <td class=top background=背景圖片
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codeBase=" <PARAM NAME="movie" VALUE="flash地址">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="wmode" VALUE="transparent">
</object>
</td> </tr>
</table>
43.點(diǎn)擊關(guān)閉窗口,打印,打印預(yù)覽
<a href='javascript:window.close()'><font color="#FF6633"><strong>點(diǎn)擊關(guān)閉窗口</strong></font></a>
<a href="/" onclick="javascript:window.close(); return false;">關(guān)閉窗口</a>
【<A href="javascript:window.print()">打印此文</A>】【<A href="javascript:window.close();">關(guān)閉窗口</A>】
打印預(yù)覽:
<script language="JavaScript" type="text/javascript">
function printPreview() {
var e = event.srcElement;
e.style.visibility = "hidden";
WebBrowser1.ExecWB(7, 1);
e.style.visibility = "visible";
}
</script>
<object id="WebBrowser1" width="0" height="0" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2">
</object>
<a href="#" onclick="printPreview()">打印預(yù)覽</a> Hell World
44. 點(diǎn)擊打開(kāi)固定大小的窗口
<a onClick="window.open('modifyxing.asp?action=modify&id=<%=rs("id")%>','','status=no,scrollbars=no,top=200,left=200,width=580,height=400')"><%=trim(rs("xname"))%></a>
45. 隱藏狀態(tài)欄里出現(xiàn)的LINK信息
<a href="http://"; onMouseOver="window.status='none';return true">夢(mèng)想天空</a>
46.進(jìn)入主頁(yè)后自動(dòng)最大話(huà)
<script>
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
</script>
47.進(jìn)入主頁(yè)以后自動(dòng)播放聲音
<embed src="pnm://10.13.31.90/~kayvin/mihunji.rm" hidden=true autostart=true loop=true>
48.狀態(tài)欄動(dòng)態(tài)顯示現(xiàn)在時(shí)間
<script>
function see(){
window.setTimeout("see()",1000);
today = new Date();
self.status = today.toString();
}</script>
<body onload=see()>
49.按下F12鍵返回首頁(yè)
<script>function look(){
if(event.keyCode==123){document.location.href=http://10.13.31.90/~kayvin/}
}
if(document.onkeydown==null)
{document.onkeydown=look}
</script>
50. 后退,刷新,前進(jìn)
<input type=button value=后退 onclick=history.go(-1)>
<input type=button value=刷新 onclick=history.go(-0)>
<input type=button value=前進(jìn) onclick=history.go(+1)>
北京 | 天津 | 上海 | 江蘇 | 山東 |
安徽 | 浙江 | 江西 | 福建 | 深圳 |
廣東 | 河北 | 湖南 | 廣西 | 河南 |
海南 | 湖北 | 四川 | 重慶 | 云南 |
貴州 | 西藏 | 新疆 | 陜西 | 山西 |
寧夏 | 甘肅 | 青海 | 遼寧 | 吉林 |
黑龍江 | 內(nèi)蒙古 |