娱乐新地带论坛

娱乐新地带论坛 (https://bbs.1819.net/index.php)
-   『程序设计』 (https://bbs.1819.net/forumdisplay.php?f=20)
-   -   只弹出一次的窗口的JS代码 (https://bbs.1819.net/showthread.php?t=535)

Tony 2004-11-17 11:22 PM

只弹出一次的窗口的JS代码
 
PHP 代码:

<html>
<
head>
<
title>Untitled Document</title>
<
meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<
script>
function 
openpopup(){
window.open("anowdo.htm","","width=300,height=300")
//自己修改弹出窗口
}
function 
get_cookie(Name) {
var 
search Name "="
var returnvalue "";
if (
document.cookie.length 0) {
offset document.cookie.indexOf(search)
if (
offset != -1) {
//如果 cookie 已经存在
offset += search.length
// 设定起始的索引值
end document.cookie.indexOf(";"offset);
// 设定结束值
if (end == -1)
end document.cookie.length;
returnvalue=unescape(document.cookie.substring(offsetend))
}
}
return 
returnvalue;
}
 
function 
loadpopup(){
if (
get_cookie('popped')==''){
openpopup()
document.cookie="popped=yes"
}
}
 
</script>
 
</head>
 
<body onload="loadpopup()">
</body>
</html> 



所有时间均为北京时间。现在的时间是 09:57 PM

©2003-2024 1819.net All rights reserved. © 2024