It works!, Thank you for your help -----Original Message----- From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED] Sent: Thursday, 31 July 2003 2:50 PM To: Johnstone, Colin; [EMAIL PROTECTED] Subject: Re: Help with page reloads
Always group reply so everyone can help and be helped. Johnstone, Colin wrote: > Thank You, > > I tried this but with no success > > #!/usr/bin/perl -w > > print 'Location: http://www.mydomain.com/cgi-bin/myform.cgi'; > You need to indicate the end of the headers with a double new line: print "Location: http://danconia.org\n\n"; Then the browser will know to start doing its job and how to do it. http://danconia.org ********************************************************************** This message is intended for the addressee named and may contain privileged information or confidential information or both. If you are not the intended recipient please delete it and notify the sender. ********************************************************************** -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]