⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 assist_set_cookie.js

📁 注重生活细节 比较多功能的jsp原代码 可以增加到自己的小网站以添加功能为主
💻 JS
字号:
function fSetHeight(){
	try{
		var height = 500;
		if(document.all){
			height = document.compatMode=="CSS1Compat" ? document.documentElement.scrollHeight:document.body.scrollHeight; 
		}else{			
			if(document.documentElement.scrollHeight - document.body.offsetHeight < 100){
				height = document.documentElement.scrollHeight;
			}else{
				height = document.body.scrollHeight;
			}		
		}
		if(!height) height = 500;
		// height += 20;
		var h = ((typeof(outlink_height) == "undefined")?height:outlink_height);		
		// if(h < 500) h = 500;		
		var arr = location.hostname.split(".");
		if(arr.length>1){
			document.cookie = "oulink_h="+ h +";domain="+ arr[arr.length-2] + "." + arr[arr.length-1] +";path=/";
		}
	}catch(e){}
}
window.onload = fSetHeight;


⌨️ 快捷键说明

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