[REBOL] Script = Rebol Tag Re:(5)

2000-02-24 Thread rebol

 I´d like to write a local page which just do it. I "double-click" my page
 icon, write the message and send it through Rebol. I could enhace the
page,
 allowing it to write messages longer than 160 chars and then spliting it
 automatically in 'less than 160 long' chunks and sending those chunks.

Again, you can't run REBOL in a browser in any way. The only way you could
use REBOL in this situation in conjunction with a browser is to have the
browser talk to a REBOL cgi script running locally on a web server such as
PWS. All the logic you're talking about with splitting the message up and
everything could be done with REBOL, but it'd have to be done on the server
side.

Keith



[REBOL] Script = Rebol Tag Re:(5)

2000-02-24 Thread icimjs

Hi,

better use a local Apache server. I described the configuration in a
previous email (from yesterday). You can download Apache for Win95 at

http://www.apache.org

(I think it was .org. Otherwise try .com or .net).

Then you can put your form handling REBOL script in the Apache cgi-bin and
continue to use JavaScript + HTML for input. 

Better yet, wait til REBOL/View becomes available (or join the beta testing
now), and you can do it all with a nice GUI interface using nothing but
REBOL/View (no web browser, no web server, no HTML, no JavaScript, and
probably in no more than ten or twenty lines of code ...)



;- Elan  [: - )]