>- Open Your Mind -< Quoting from Tim's message (07-Jul-00 07:03:47). t> I'd like to launch another URL from a CGI script. t> I could have the CGI program write a META tag like: t> <META HTTP-EQUIV="Refresh" CONTENT="x; URL=http://foo.bar/blatz.r"> t> Is there a better way to do this using rebol-specific t> features. You mean you start a CGI script from a web page (say, sending a form or clicking on a link) and the script sends your browser to another page? You can do that with redirection, a standard practice for CGI. I don't have access to my documentation, but it amounts to add a simple string in the header. Nothing rebolous. Alessandro Pini ([EMAIL PROTECTED]) "And the image is reflected back to the other side" (The Alan Parsons Project)
