asp表单提交的问题
first.asp代码如下:
<html>
<head>
<title>Redirect示例 </title>
</head>
<body>
<form aciton="formjump.asp" method="post">
<select name="wheretogo">
<option selected value="fun">Fun </option>
<option value="news">News </option>
<option value="sample">Sample </option>
</select>
<input type=submit name="jump" value="Jump">
</form>
</body>
</html>
formjump.asp如下:
<%response.buff=true%>
<html>
<head>
<title>Rt示例 </title>
</head>
<body>
<%
thisurl="http://192.168.245.2/te3"
where=Request.form("wheretogo")
Select Case where
case "fun"
response.redirect thisurl & "/fun/fun.asp"
case "news"
response.redirect thisurl & "/news/news.asp"
case "sample"
response.redirect thi
相关问答:
<%@language="vbscript"%>
<%option explicit%>
<html>
<head> <title>xxx </title> </head>
<script language=vbs>
'注意变量 ......
<form id="form1" runat="server">
<div>
<script type="text/javascript">
function oo(a){
document.getEleme ......
我的網頁代碼為ASP語言,驗證方式為系統自帶的WINDOW驗證模式.
現在我如果要在ASP代碼中獲取當前的登入人 ......
本人有三年开发经验,现在找工作(厦门),,,有意者请联系QQ:523054271
1.5年工作经验找工作 他要多少 我要一半~~
别说三年的了...就是5年的也一抓一大把.....
俺需要用asp+access做一个进销存软件,您能做 ......