Brett, It worked when you run it as a rebol script. But if you loaded as you load an html page, "REBOL Spoken here" won't show up in your browser. Because your web server needs to know what rebol is. Tiana ____________________Reply Separator____________________ Subject: [REBOL] How to execute a rebol script from an html page? Re: Author: <[EMAIL PROTECTED]> Date: 7/12/00 10:15 AM Tiana, It does work, and it has nothing to do with a web server. >> do http://www.rebol.com/library/scripts/inhtml.r connecting to: www.rebol.com Script: "REBOL Script in HTML File" (24-Apr-1999) REBOL spoken here! >> do %/f/rebol/library/inhtml.r Script: "REBOL Script in HTML File" (24-Apr-1999) REBOL spoken here! >> Brett.
