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
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