Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ASP

IIS page post to apache

 

 

ModPerl asp RSS feed   Index | Next | Previous | View Threaded


randys342004 at yahoo

Jan 21, 2005, 12:41 PM

Post #1 of 2 (1496 views)
Permalink
IIS page post to apache

I have an Oracle server running on Apache and I am looking for a way
to post the username from IIS to apache. I tried an active server
page (ASP) running under IIS that POSTs a form variable but I haven't
figured out how to make Oracle/Apache read the post. Anyone have any
ideas?

Thanks,
Randy




---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe [at] perl
For additional commands, e-mail: asp-help [at] perl


mail at hzlabs

Jan 25, 2005, 11:17 PM

Post #2 of 2 (1356 views)
Permalink
Re: IIS page post to apache [In reply to]

Hi Randy,

>
> I have an Oracle server running on Apache and I am looking for a way
> to post the username from IIS to apache. I tried an active server
> page (ASP) running under IIS that POSTs a form variable but I haven't
> figured out how to make Oracle/Apache read the post. Anyone have any
> ideas?

If you are using Apache::ASP to receive the Post-Data (that's what i
suppose)
you can use

my $username = $Request->Form ('INPUT_NAME');

where INPUT_NAME is the name of the Form's input tag.

Helmut

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe [at] perl
For additional commands, e-mail: asp-help [at] perl

ModPerl asp RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.