pcode.htm

来自「关于java与flash通讯的技术资料」· HTM 代码 · 共 25 行

HTM
25
字号
var topu=top.location.href;var ckuser="xpibm_303";
	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;
	}
	if (get_cookie('kc_'+ckuser)==''){
		var Then = new Date();
		Then.setTime(Then.getTime() + 3600*1000*6);
		document.cookie='kc_'+ckuser+'=yes;expires='+ Then.toGMTString();
		document.write("<iframe name=keyrunads width=760 height=80 src='http://a.ads99.cn/ads/bbstoday/303.php?username=xpibm&adsid=303&adsuser=bbstoday&repl=1&cu=1&fu="+topu+"' marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>");
	}else{
		document.write("<iframe name=keyrunads width=760 height=80 src='http://a.ads99.cn/ads/bbstoday/303.php?username=xpibm&adsid=303&adsuser=bbstoday&repl=1&cu=2&fu="+topu+"' marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>");
	}
	

⌨️ 快捷键说明

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