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

📄 hp6buttons.js_

📁 很棒的在线教学系统
💻 JS_
字号:
//CODE FOR HANDLING NAV BUTTONS AND FUNCTION BUTTONS//[strNavBarJS]function NavBtnOver(Btn){	if (Btn.className != 'NavButtonDown'){Btn.className = 'NavButtonUp';}}function NavBtnOut(Btn){	Btn.className = 'NavButton';}function NavBtnDown(Btn){	Btn.className = 'NavButtonDown';}//[/strNavBarJS]function FuncBtnOver(Btn){	if (Btn.className != 'FuncButtonDown'){Btn.className = 'FuncButtonUp';}}function FuncBtnOut(Btn){	Btn.className = 'FuncButton';}function FuncBtnDown(Btn){	Btn.className = 'FuncButtonDown';}function FocusAButton(){	if (document.getElementById('CheckButton1') != null){		document.getElementById('CheckButton1').focus();	}	else{		if (document.getElementById('CheckButton2') != null){			document.getElementById('CheckButton2').focus();		}		else{			document.getElementsByTagName('button')[0].focus();		}	}}

⌨️ 快捷键说明

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