http headers and <submit>

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

http headers and <submit>

Post 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



User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

http headers and <submit>

Post 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


Post Reply