欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

非常好的js代碼

 更新時(shí)間:2006年06月27日 00:00:00   作者:  
控制橫向和縱向滾動(dòng)條的顯隱?
<body style="overflow-y:hidden"> 去掉x軸
<body style="overflow-x:hidden"> 去掉y軸
<body scroll="no">不顯

表格變色
<TD onmouseover="this.style.backgroundColor='#FFFFFF'"
onmouseout="this.style.backgroundColor=''"
style="CURSOR: hand">
禁止復(fù)制,鼠標(biāo)拖動(dòng)選取
<body ondragstart=window.event.returnValue=false oncontextmenu=window.event.returnValue=false onselectstart=event.returnValue=false>
普通iframe頁(yè)面
<iframe name="name" src="main.htm" width="450" height="287" scrolling="Auto" frameborder="0"></iframe>

iframe自適應(yīng)高度
<iframe name="pindex" src="index.asp" frameborder=false scrolling="auto" width="100%" height="100%" frameborder=no onload="document.all['pindex'].style.height=pindex.document.body.scrollHeight" ></iframe>
IE地址欄前換成自己的圖標(biāo)&可以在收藏夾中顯示出你的圖標(biāo)
<link rel="Shortcut Icon" href="favicon.ico">
<link rel="Bookmark" href="favicon.ico">
字號(hào)縮放
越來(lái)越多的人長(zhǎng)時(shí)間的泡網(wǎng),眼鏡的普及率也越來(lái)越高,讓文字大點(diǎn),讓更多的用戶看的更清楚。
<script type="text/javascript">
function doZoom(size)
{document.getElementById('zoom').style.fontSize=size+'px';}
</script>
<span id="zoom">需要指定大小的文字</span>
<a href="javascript:doZoom(16)">大</a> <a href="javascript:doZoom(14)">中</a> <a href="javascript:doZoom(12)">小</a>
select擋住div的解決方法
在div里加入下面的代碼,根據(jù)需要調(diào)整就可以了。
<iframe src="javascript:false" scrolling="no" frameborder="0" style="z-index:-1;position:absolute; top:5px; left:2px;width:168;height:100px;">
</iframe>

iframe(嵌入式幀)自適應(yīng)高度
填寫的嵌入地址一定要和本頁(yè)面在同一個(gè)站點(diǎn)上,否則會(huì)提示“拒絕訪問(wèn)!”。對(duì)跨域引用有權(quán)限問(wèn)題,請(qǐng)查閱其他資料。
<iframe name="guestbook" src="gbook/index.asp" scrolling=no width="100%" height="100%" frameborder=no onload="document.all['guestbook'].style.height=guestbook.document.body.scrollHeight"></iframe>
跳轉(zhuǎn)菜單新窗口
<select name="select" onchange="window.open(this.options[this.selectedIndex].value)">
<option value="http://www.microsoft.com/ie"> Internet Explorer</option>
<option value="http://www.microsoft.com"> Microsoft Home</option>
<option value="http://msdn.microsoft.com"> Developer Network</option>
</select>
flash透明選項(xiàng)
<param name="wmode" value="transparent">
添加到收藏夾和設(shè)為首頁(yè)
添加到收藏夾:
<a href="javascript:window.external.addFavorite('http://鏈接','說(shuō)明');">添加到收藏夾</a>
設(shè)為首頁(yè):
<a href=# onclick=this.style.behavior='url(#default#homepage)';this.setHomePage ('http://鏈接');>設(shè)為首頁(yè)</a>
記錄并顯示網(wǎng)頁(yè)的最后修改時(shí)間
<script language=JavaScript>
document.write("最后更新時(shí)間: " + document.lastModified + "")
</script>
節(jié)日倒計(jì)時(shí)
<Script Language="JavaScript">
   var timedate= new Date("October 1,2002");
   var times= "國(guó)慶節(jié)";
   var now = new Date();
   var date = timedate.getTime() - now.getTime();
   var time = Math.floor(date / (1000 * 60 * 60 * 24));
   if (time >= 0)
   document.write( "現(xiàn)在離"+times+"還有: "+time +"天")
</Script>
加在HEAD里
禁止緩存
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">

讓IFRAME框架內(nèi)的文檔的背景透明
<iframe src="about:<body style='background:transparent'>" allowtransparency></iframe>
打開(kāi)窗口即最大化
<script language="JavaScript">
<!-- Begin
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
// End -->
</script>
加入背景音樂(lè)
<bgsound src="mid/windblue[1].mid" loop="-1"> 只適用于IE
<embed src="music.mid" autostart="true" loop="true" hidden="true"> 對(duì)Netscape ,IE 都適用
滾動(dòng)
<marquee direction=up height=146 onmouseout=start() onmouseover=stop() scrollAmount=2>滾動(dòng)信息
</marquee>
防止點(diǎn)擊空鏈接時(shí),頁(yè)面往往重置到頁(yè)首端
代碼“javascript:void(null)”代替原來(lái)的“#”標(biāo)記

文字或圖片彈出指定大小的窗口
在body中加入
<script language="JavaScript" type="text/JavaScript">
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}
</script>
彈出代碼
<a href="#" target="_self" onClick="MM_openBrWindow('windows01.htm','','width=550,height=380')" width="550" height="380" border="0">圖片或文字</a>


flash按鈕加鏈接
on (press) {
getURL("http://www.makewing.com","_blank");
}
跳轉(zhuǎn)頁(yè)面代碼
<meta http-equiv="refresh" content="5;url=http://www.makewing.com">
細(xì)線分隔線
<hr noshade size=0 color=#C0C0C0>
網(wǎng)頁(yè)中的自動(dòng)換行
<td style="word-break:break-all">就搞定了。
完整的是
style="table-layout: fixed;WORD-BREAK: break-all; WORD-WRAP: break-word"
消除ie6自動(dòng)出現(xiàn)的圖像工具欄,設(shè)置 GALLERYIMG屬性為false或no .
<IMG SRC="mypicture.jpg" HEIGHT="100px" WIDTH="100px" GALLERYIMG="no">
禁止頁(yè)面正文內(nèi)容被選取
<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return
false"onmouseup="document.selection.empty()">

不能點(diǎn)右鍵,不用CTRL+A,不能復(fù)制作!
<body oncontextmenu="window.event.returnValue=false"
onkeypress="window.event.returnValue=false"
onkeydown="window.event.returnValue=false"
onkeyup="window.event.returnValue=false"
ondragstart="window.event.returnValue=false"
onselectstart="event.returnValue=false">
</body>
IE瀏覽器支持一個(gè) Body 屬性 bgproperties,它可以讓背景不滾動(dòng):
<Body Background="圖片文件" bgproperties="fixed">
隨機(jī)變換背景圖象(一個(gè)可以刷新心情的特效)
<Script Language="JavaScript">
   image = new Array(4); //定義image為圖片數(shù)量的數(shù)組
   image [0] = 'tu0.gif' //背景圖象的路徑
   image [1] = 'tu1.gif'
   image [2] = 'tu2.gif'
   image [3] = 'tu3.gif'
   image [4] = 'tu4.gif'
   number = Math.floor(Math.random() * image.length);
   document.write("<BODY BACKGROUND="+image[number]+">");
</Script>

flash載入影片
on (release)
{
loadMovie("1-01.swf", "_root.loaderclip");
}
圖片表單按鈕
<form id="form1" name="form1" method="post" action="">
<img src="login.gif" width="62" height="22" onclick="document.form1.submit()" />
</form>
左右陰影背景的CSS定義方法
body {
text-align:center;
background-repeat: repeat-y;
background-position: center;
background-image: url(../images/bg.jpg);
}

相關(guān)文章

最新評(píng)論