国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > PHP > 正文

PHP程序中的特效應用 實用代碼珍藏

2024-05-04 23:05:32
字體:
來源:轉載
供稿:網友


收集最實用的網頁特效代碼!

  禁止屏蔽類

  1.禁止右鍵

<body oncontextmenu=return(false)>

  2.禁止選擇

<body onselectstart="return false">

  3.禁止粘貼

<body onpaste="return false">
 
  4.禁止直接訪問 [必須框架內才行]

<script>
if (top == self)top.location.href = "page.htm";
</script>

  5.禁止frame引用

<script>
if (top != self)top.location.href = "page.htm";
</script>

  6.禁止功能鍵shift,alt,ctrl

<script>function key(){
if(event.shiftkey) alert("shift不允許使用!");} document.onkeydown=key; </script>

  數據取得類

  1.取得分辨率

<script>document.write("寬為"+screen.width+"高為"+screen.height)</script>

  2.取得地址欄

<script>document.write(self.location)</script>

  3.取得地址欄后參數

<script>var add = top.location;
add = add.tostring();
document.write (add.substring(add.indexof("?")+1,add.length));
</script>

  常用特效類

  1.主頁遙控器

文件一.(t1.html)
<script language="javascript">
window.open("t2.html","_blank","width=200","height=200","scroll=no");
</script>
文件二.(t2.html)
<script language="javascript">
function op(add){if (window.opener){window.opener.document.location = add;}}
</script>
<a href=# onclick="op('link1.html')">地址1 </a><br><a href=# onclick="op('link2.html')">地址2 </a><br><a href=# onclick="op('http://music.jx165.com')">地址3 </a>

  2.只彈一次的窗口

<script>
function get_cookie(name) {
var search = name + "="
var returnvalue = "";
if (document.cookie.length > 0) {offset = document.cookie.indexof(search)
    if (offset != -1) {offset += search.length;end = document.cookie.indexof(";", offset);
    if (end == -1)end = document.cookie.length;returnvalue=unescape(document.cookie.substring(offset, end))}
}
return returnvalue;
}
function jx165ad(){
if (get_cookie('jx165ad')==''){
document.cookie="jx165ad=yes"
window.open("ad.html","_blank","width=200","height=200","scroll=no");
}
else {}
}
</script>
<body>
<script>
jx165ad();
</script>

  3.鼠標放在連接上強行點擊

<script> 
function mclk2() {var source=event.srcelement;if (source.tagname=="a"){source.click();self.focus();}} 
document.write("<div onmouseover=mclk2();>"); 
</script>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 红桥区| 桓台县| 元谋县| 吐鲁番市| 平陆县| 政和县| 景谷| 胶南市| 舟曲县| 女性| 富锦市| 长岛县| 项城市| 鄄城县| 铜梁县| 南部县| 澄迈县| 钟祥市| 洮南市| 安溪县| 墨玉县| 济阳县| 许昌县| 平陆县| 辽阳市| 郴州市| 富源县| 永济市| 黄陵县| 彰武县| 恩施市| 卓资县| 额尔古纳市| 略阳县| 内乡县| 永登县| 和平区| 黎川县| 开江县| 永靖县| 墨江|