[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl-WebCGI] Location:



>(If this is off topic for this group, please gently tell me :-)
>
>I'm trying to use a perl script on a linux box to redirect a form
>submission from the linux box to a Mac.
>
>What I find is that the form variables are missing from the redirection.
>


The form variables will not automatically be passed along just on the basis
of a  Location redirect.  You have to hang onto them by either: (i) writing
them to a file from which they will be read after the redirect, or (ii)
using hidden fields in the second page and delivering it by parsing it as
an HTML template (not as hard as it sounds several public scripts have
parsing routines that one can copy & modifiy). Without knowing exactly what
you want to do and kinds of pages & data involved, it's hard to say which
strategy would work best for you

Peter R. Wiley

PR/Design -- Research & Communication & Design Services for Public Affairs
& Politics
301 South 21st Street
Lewisburg, PA 17837-1615

Phone: 570-522-0738                      Fax: 570-522-0736
	E-Mail: prdesign@sunlink.net



==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org