ks.asp

来自「这是ASP的网上考试系统。 希望大家来分享」· ASP 代码 · 共 16 行

ASP
16
字号
<!-- #include file="cookies.asp" -->
<html>
<head>
<title>开始考试-<%=request.cookies("kstype")%>%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset cols="248,*" frameborder="NO" border="0" framespacing="0" rows="*"> 
  <frame name="leftFrame" scrolling="NO" noresize src="ksleft.asp">
  <frame name="mainFrame" src="ksright.asp">
</frameset>
<noframes> 
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes> 
</html>

⌨️ 快捷键说明

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