Louis, Ryan's method is very good. Also, if you have PHP enabled pages, this
way works quite well also:

<?PHP include ("http://abooks.com/cgi-bin/banner.r"); ?>

--Ralph Roberts

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 23, 2000 4:21 PM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Simple CGI Problem Re:
>
>
> Hi Louis,
> There are actually several ways to call CGI scripts that count
> hits to a web
> page, but this one is probably the most straight forward for your
> purposes,
> that is if your web host supports SSI (Server Side Incudes) as
> well as REBOL:
>
> <!--#exec cmd="./cgi-bin/count.r" -->
>
> Otherwise you will probably want to use a REBOL script as an image.  I
> have'nt seen a REBOL counter that does this yet, so a few people
> would likely
> be glad if you wrote one.
>
> --Ryan
>
> [EMAIL PROTECTED] wrote:
>
> > Dear REBOL Friends,
> >
> > What is the HTML code for activating a REBOL CGI script from a web
> > page?  Specifically I want to activate a hit counter.
> >
> > I know the answer must be simple, but I am trying to learn
> REBOL and HTML
> > at the same time, and the answer eludes me.
> >
> > Thanks,
> > Louis
>


Reply via email to