易截截图软件、单文件、免安装、纯绿色、仅160KB

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


相关问答:

asp初学问题。response找不到

<%@language="vbscript"%>
<%option explicit%>
<html>
<head> <title>xxx </title> </head>
<script language=vbs>
'注意变量 ......

asp中用javascript动态改变Image的src的路径问题

<form id="form1" runat="server">
  <div>
  <script type="text/javascript">
  function oo(a){
  document.getEleme ......

ASP網頁中取得登陸的用戶名

我的網頁代碼為ASP語言,驗證方式為系統自帶的WINDOW驗證模式.

現在我如果要在ASP代碼中獲取當前的登入人 ......

三年ASP开发开发经验,现在找工作,,,

本人有三年开发经验,现在找工作(厦门),,,有意者请联系QQ:523054271
1.5年工作经验找工作 他要多少  我要一半~~

别说三年的了...就是5年的也一抓一大把.....

俺需要用asp+access做一个进销存软件,您能做 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号