📄 6_3.js
字号:
<!--
//弹出公告Js代码,注意:不用加<Sc/ript></Scr/tip>
function openannounce(){
window.open ("/Announce.asp?ChannelID=6", "newwindow", "height=300, width=400, toolbar=no, menubar=no, scrollbars=auto, resizable=no, location=no, status=no")
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
if (get_cookie("popannounce_6")==""){
openannounce()
document.cookie="popannounce_6=yes"
}
//-->
<!--Powered by:CreateLive CMS Version 3.1 (Aspoo.cn) CreateDate:2006-6-28 15:04:25-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -