|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
POST to ASP from Server |
From: |
Michael J. Carter |
Date: |
2/22/1999 8:25:39 AM |
IP: |
208.146.119.2 |
I would like to be able to do something similar to a redirect, but instead do a POST from the server. Basically, I want to be able to send parameters to another ASP page WITHOUT having to encode them in the URL as I would with a REDIRECT. Anyone have any suggestions? For example, my DEFAULT.ASP page is a frameset and right now, I have a parameter called "content" which is the URL I want in the content frame. However, since the address now has "http://myweb.com/default.asp?content=mycontent.asp", the user can bookmark this page and bypass my start page. I'd rather not use any Session variables because not everyone accepts cookies. I would like to be able to do a POST to default from my ASP page with the content URL so it will not be visible to the user.
Thanks in advance.
Michael |
Follow Up - Re: POST to ASP from Server - Paul Simpson 2/22/1999 7:02:38 PM
|
|
|
|
|
|
|
|
|
|
|
|