index.htm

来自「c#开发辅导」· HTM 代码 · 共 17 行

HTM
17
字号
<script>
	function launchWiz1(){
		window.open('wiz1.htm','w01','width=480,height=390,scrollbars=no,');
	}
	function launchWiz2(){
		window.open('wiz2.htm','w02','width=480,height=390,scrollbars=no,');
	}
	function launchWiz3(){
		window.open('wiz3.htm','w03','width=480,height=390,scrollbars=no,');
	}

</script>
<button onclick="launchWiz1();">open new wiz (radio)</button><br>
<button onclick="launchWiz2();">open new wiz (checkbox)</button>
<button onclick="launchWiz3();">open new wiz (scroll table)</button>

⌨️ 快捷键说明

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