Random Redirect

2002-11-01 Thread Nelson Zink
I'm using MetaCard/ Reveloution for cgi at my website and want to be able to
randomly redirect to pages at my site. How does one send a redirect to the
browser?

Nelson

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Random Redirect

2002-11-01 Thread andu


--On Friday, November 01, 2002 21:09:21 -0700 Nelson Zink [EMAIL PROTECTED] 
wrote:

I'm using MetaCard/ Reveloution for cgi at my website and want to be able
to randomly redirect to pages at my site. How does one send a redirect to
the browser?


on startup
put Location:   any item of urls, separated, by, comma  crlf
put Content-Type: text/html  crlf  crlf
end startup

This works with Apache.



Nelson

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard





Regards, Andu Novac
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Random Redirect

2002-11-01 Thread Nelson Zink
andu,

 on startup
 put Location:   any item of urls, separated, by, comma  crlf
 put Content-Type: text/html  crlf  crlf
 end startup
 
 This works with Apache.

Bless you!   Works without a hitch.

Nelson

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard