Hi,
I think it's user's browser redirection from a CGI program, it's done
simply with HTTP protocol header, like this:
redirect: func [ rel-url [ string! ] ] [
print "HTTP/1.1 302 Object moved"
print rejoin [ "Location: " rel-url ]
print "^m^j"
]
The only problem is that if you redirect, you should not print the
content-type HTTP header and CRLF at the beginning of your CGI script.
--
Michal Kracik
"CRS - Psy Sel/SPO, COUSSEMENT Christophe, CPN" wrote:
>
> Hi Aina:
>
> Did you try the 'browse function from R/View ?
>
> >> browse "http://www.rebol.com"
>
> and with args (kiosk mode in this case) :
>
> >> browse "-k http://www.rebol.com"
>
> Hope it helps !
>
> Christophe Coussement
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> > Sent: dinsdag 24 oktober 2000 11:35
> > To: [EMAIL PROTECTED]
> > Subject: [REBOL] redirecting CGI HTML output
> >
> >
> > can someone tell me how to instruct a browser to display a certain URL
> > from
> > a CGI script without being generated? I can generate the URL but it
> > somehow
> > brings a disorder in my frames.
> >
> >
> > best regards
> >
> >
> > Sharriff Aina
> > med.iq information & quality in healthcare AG
> > Gutenbergstr. 42
> > 41564 Kaarst
> >
> >
> > --
> > To unsubscribe from this list, please send an email to
> > [EMAIL PROTECTED] with "unsubscribe" in the
> > subject, without the quotes.
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.