📄 2_3.js
字号:
<!--By CreateLiveCMSv4-->
<!--
function openannounce(){
window.open ("/Announce.asp?ChannelID=2", "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_2")==""){
openannounce()
document.cookie="popannounce_2=yes"
}
//-->
<!--Powered by:CreateLive CMS Version 4.0 (Aspoo.cn) CreateDate:2007-7-31 17:02:16-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -