> 1) How do I have multiple scripts and start only one ? > Multiple pages, one for each script? Or add a menu.
Multiple scripts and start the selected one. > 2) How could I have a button inside a web page which starts a script > locally, even passing some parameters ? > > First, its about publishing, > "even if your web service provider does not allow REBOL scripts!" > This scripts can be downloaded by rebol itself, not by the web-browser. > From the webbrowser itself its hard, although there is an older > plugin. but IE/windows only. I have already taken a look to the plugin. For the first question I want only to execute one of the script of a web page served locally by the local web server 127.0.0.1:80. No external access. About the second question the project is the following: - an external rebol script will download the web pages I want to read and operate on a local directory - the script modifies the web page to have a frame on the top of the page with a couple of buttons - The button should start a rebol script with some parameters I am trying to bypass the lack of internet explorer object inside rebol to view and operate on web pages. Giuseppe Chillemi -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
