CGI redirect question, slightly OT

2006-08-25 Thread Michael Weber
Greetings, perlers! I am trying to create a web page on my intranet that grabs some user input, and puts the results in a file for later parsing. Everything works except the last line... sometimes. What the user is supposed to see is a web page that says "Thank you". Most users do. Some will n

Re: CGI redirect question, slightly OT

2006-08-25 Thread Mumia W.
On 08/25/2006 02:58 PM, Michael Weber wrote: Greetings, perlers! Greetings, Michael. [...] # Now that we're done, redirect the user to an "all done" page... print "Location: file:///Y:/Public_Info/IS/whitelist_done.html\r\n\r\n"; You can only redirect to web-servers. Redirection to locat