|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|