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

📄 untitled.asp

📁 航空订票系统基于asp.net和sql2005包含数据库和图片
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<%
idlist=request.form("id")
response.Write idlist&"<br>"
if idlist <> "" then
idd=split(idlist)
'response.write idd
for i = 0 to ubound(idd)
iddisplay=clng(idd(i))
response.write iddisplay&"<br>"
next
end if
%>
<form name="form1" method="post" action="">
  <input type="checkbox" name="id" value="1">
  <input type="checkbox" name="id" value="2">
  <input type="checkbox" name="id" value="3">
  <input type="checkbox" name="id" value="4">
  <input type="checkbox" name="id" value="5">
  <input type="checkbox" name="id" value="6">
  <input type="checkbox" name="id" value="7">
  <input type="checkbox" name="id" value="8">
  <input type="checkbox" name="id" value="9">
  <input type="checkbox" name="id" value="10">
  <input type="checkbox" name="id" value="11">
  <input type="submit" name="Submit" value="提交">
</form>
</body>
</html>

⌨️ 快捷键说明

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