[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Hello,
> 
> This is a slightly different interpretation of the question, but is it
> possible to redirect to another page from a Rebol CGI script?

Yes, it is possible. Try this:

--- %redirect.cgi ---
#!/home2/strejcek/REBOL/rebol -cs

REBOL[]
print "Location: http://www.rebol.com^/"
quit            

This cgi kicks you to www.rebol.com 
Is it what you are asking for?

Regards
Jan

--
Jan Strejcek
[EMAIL PROTECTED]

Reply via email to