|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Response.Redirect header problem ??? |
From: |
sridhar konkala |
Date: |
8/28/2000 3:23:19 PM |
IP: |
12.34.128.226 |
what ever the redirect you have to write in the beginning of the page
<%
dim varconform
varconform = Request.Form("Confirm")
If varconform = "no" then
Response.Redirect "page1.asp"
end if
%>
<html>
<head>
<title>abc</title>
</head>
<body> |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|