📄 test1.asp
字号:
<%
session("testofsession")="this time you get it"
%>
<script language="javascript">
function test_onclick()
{
alert("alertinfo")
window.open("test2.asp","test", "width=350,height=124,top=300,left=300");
return;
}
</script>
<script language=vbscript>
' sub test_onclick()
' msgbox "hi"
' end sub
</script>
<html>
<body>
<form>
<input type=button name=test value="hi" onclick="window.open('test2.asp','test', 'width=350,height=124,top=300,left=300')">
</form >
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -