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

2000-02-24 Thread cesar

Thanks

Sorry for my ignorance but, how can I do it in Windows95?
I am not going to develop app for web servers but I´d like to give my rebol
scripts an html interface for local use. Rather than giving command-line
parameters or getting input from the rebol prompt I would use html forms and
buttons for getting input and use hyperlinks for creating menus and navigate
over my scripts.


[EMAIL PROTECTED] escribió:

 It can't be done. Browsers don't have built in REBOL interpreters like they
 do JavaScript interpreters. However, there's been something called
 REBOL/Browse planned for awhile as far as I know, which is possibly a
 browser plugin that will let you do this. Also, REBOL/Apache is supposed to
 let you have REBOL code embedded in HTML pages in the style of PHP or ASP or
 JSP (curse JSP!!!). For now, if you want to use REBOL to get form input from
 an HTML page, you'll have to do it with REBOL running as a CGI script. :)

 Keith

 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, February 24, 2000 10:58 AM
 Subject: [REBOL] Script = "Rebol" Tag Re:

  I don´t know also how to use scripts form HTML pages, using from rebol
  the input fields from HTML forms. Does anyone know if is itpossible? How
  would it be done?
 
  [EMAIL PROTECTED] escribió:
 
  
  
   How do I get the embedded Script tags in a HTML page to work. I have
   tried saving as both myPage.r and myPage.html, neither work. I have
   managed to set up the web server to correctly run Rebol as CGI
   scripts. This is the only example I cannot get to work.
  
   If the browser doesn't know about Rebol as it does script language =
   "JavaScript", how will this ever work.
  
   Thank you in advance
  
   Melvin Mudgett-Price
   Director of Development
   http://www.acmex.com/bio/mmp (Bio)
   (216) 391-7400 X207
  
   acmeX.com  - Acme Express, Inc.
   Web-enabled software / e-commerce / Web Marketing
   http://www.acmeX.com
   (216) 391-0707 (FAX)
   (216) 276-5487 (Cell)



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

2000-02-24 Thread icimjs

Hi Keith,

you wrote:
For now, if you want to use REBOL to get form input from
an HTML page, you'll have to do it with REBOL running as a CGI script. :)

Well, how else would collect data from a form? Even using JavaScript, you
will have to eventually report the data to the server and you will need
some server side application to collect the data. So, server side you must
have some program that will accept the data and do something sensible with
it. 


;- Elan  [: - )]