Page 1 of 1

http headers and <submit>

Posted: Thu Jul 08, 1999 2:38 pm
by Thunderstone


Do I use the <header> function to set HTTP_REFERER
for use with the <submit> function?

Thanks,
Steve

--
Steve Monroe Supplier of quality
steve@pcthree.com drivel to drooling fools




http headers and <submit>

Posted: Thu Jul 08, 1999 3:28 pm
by Thunderstone



No; <header> prints headers for the Vortex script output (CGI). To
send a Referer header with a <submit> or <fetch> request, use
<urlcp header "Referer" $value>.

-Kai