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

📄 show.js

📁 机票预定系统 各个模块的设计-ticket reservation systems detailed design system modules of the design
💻 JS
字号:
function menu_over(obj){
 	obj.style.backgroundColor='#f2f2f2';
	obj.style.color='';
	obj.style.cursor='';
}
function menu_out(obj){
	obj.style.backgroundColor='#ffffff';
	obj.style.color='';
	obj.style.cursor='';
}

function SelectDate(obj) 
	{ 
	result = window.showModalDialog('time.asp?action=showdate','','help:no;status: no;dialogWidth=184px;dialogHeight=220px;dialogleft=400px');
	if (result!=null) { document.all(obj).value = result.day; 
	} 
	}

function selet(str,Dimg)
	{
		if(str.style.display == "none")
		{
			str.style.display = "block" ;
			Dimg.src = "img/blue_up_02.gif" ;
		}
		else
		{
			str.style.display = "none" ;
			Dimg.src = "img/blue_down_02.gif" ;
		}
	}

⌨️ 快捷键说明

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