Hello,

> 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.
>
either
<HTML><HEAD><TITLE>whatever</TITLE></HEAD>
<BODY>
whatever
<SCRIPT="REBOL">
--->Rebol code goes here<---
</SCRIPT>
whatever
</BODY>
</HTML>


or just the Rebol code. Don't forget to give the file the .r extension!

Regards
Christian


Reply via email to