[EMAIL PROTECTED] wrote:

> How can put rebol scripts in html page to create a dynamic pages?It's
> possible! if possible, how can do it?
>
>   thank's Denilson

Hi,

it's not possible. Ehmm, it's possible, but your browser will not
uderstand it, as it doesn't contain REBOL interpreter, nor is REBOL
plug-in available for any browser.

However, as for dynamic sites, you are mixing two principles here.
Dynamic sites are generated on server, and your browser gets just pure
html/java-script file to display. So - as for the server - you can run
REBOL in form of CGI or as a Apache module in case you are running
Apache web server ...

-pekr-

Reply via email to