|
|
|
|
|
| | |
|
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: Using this: file.asp?url=www.powerasp.com |
From: |
Tim |
Date: |
7/6/1999 8:09:31 AM |
IP: |
207.51.162.13 |
Make sure you have this at the top of your page:
<% Response.Buffer = True %>
Then do something like this:
<%= Response.Redirect("file.asp?url=" & Server.URLencode("www.powerasp.com")) %>
Then in your next page (file.asp) request the value of "url":
<% Url = Request.QueryString("url") %>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|