• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • Response對象3

    發表于:2007-05-26來源:作者:點擊數: 標簽:
    Response對象可以決定接下來向瀏覽器發送什么頁面。這就是response.redirect的 功用所在。我們創建了一個代碼文件script formjump.asp來演示這種方法 htmlhead TITLEFormJump.asp/TITLE /headbody bgcolor=#FFFFFF form action=FormJumpRespond.asp method=g
    Response對象可以決定接下來向瀏覽器發送什么頁面。這就是response.redirect的
    功用所在。我們創建了一個代碼文件script formjump.asp來演示這種方法

    <html><head>
    <TITLE>FormJump.asp</TITLE>
    </head><body bgcolor="#FFFFFF">
    <form action="FormJumpRespond.asp" method="get">
    <SELECT NAME="wheretogo">
    <OPTION SELECTED VALUE="fun">Fun</OPTION>
    <OPTION value="news">Daily News</OPTION>
    <OPTION value="docs">ASP IIS3 Roadmap/Docs</OPTION>
    <OPTION value="main">MainPage of ActiveServerPages.com</OPTION>
    <OPTION value="sample">IIS 3 Sample ASP scripts</OPTION>
    </SELECT>
    <input type=submit value="Choose Destination">
    </form>
    </body></html>

    表單的反饋如下:

    <%response.buffer=true%>
    <html><head>
    <title>formjumprespond.asp</title>&
    <body bgcolor="#FFFFFF">
    <%
    ' My ASP program that redirects to URL
    thisURL="http://www.activeserverpages.com"
    where=Request.QueryString("Wheretogo")
    Select Case where
    case "main"
          response.redirect thisURL & "/"
    case "samples"
          response.redirect thisURL & "/aspsamp/samples/samples.htm"
    case "docs"
          response.redirect thisURL & "/iasdocs/aspdocs/roadmap.asp"
    case "news"
          response.redirect "http://www.cnn.com"
    case "fun"
          response.redirect "http://www.dilbert.com"
    End Select
    response.write "All dressed up and I don't know where to go<br>"
    response.write "I recommend --> " & "<br>"
    response.write server.htmlencode(thisURL & "/learn/test/res2.asp?
    where=fun") & "<br>"
    response.write "for a good laugh!" & "<P>"
    %>
    </body></html>


    原文轉自:http://www.kjueaiud.com

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>