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