1_3.js

来自「正版创力4.1SQL商业版!!!ASP版。」· JavaScript 代码 · 共 28 行

JS
28
字号
<!--By CreateLiveCMSv4-->
<!--
function openannounce(){
window.open ("/Announce.asp?ChannelID=1", "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_1")==""){
openannounce()
document.cookie="popannounce_1=yes"
}
//-->
<!--Powered by:CreateLive CMS Version 4.0 (Aspoo.cn) CreateDate:2007-7-31 17:02:16--> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?