[thelist] ASP Post Header

Wade Armstrong wade_lists at runstrong.com
Fri May 24 12:55:01 CDT 2002


on 5/24/02 8:58 AM, Feingold Josh S at Josh.S.Feingold at irs.gov wrote:

> Is there a way to set the ASP Post Header?  I thought that I might try
> using:
>
> response.addheader ("Post","info=Here is my information.")
>
> Has anyone tried this before?  If this won't work can anyone suggest a way
> that will allow me to post data from one ASP page to another.

Can you tell us anything more about what you're trying to do? Usually the
way to set POST headers is to, um, POST data to the page.

You might be able to manually POST data by using the xmlhttp component, see:
http://www.4guysfromrolla.com/webtech/110100-1.2.shtml

Wade




More information about the thelist mailing list