The Web form is not dynamic, is it? You can prepare a template with some value holders within the template text then plug in data entered to the form by doing simple text replace operations. Is that simple? Sample client side and server side Java applets are in the works. They should be available in the new version. : Correct me if I am wrong, but if you're creating WEB GUI inside of other : program, then you create the script dynamically from the values posted : from the form. And if it's a complex script and behaviour, there is NO way : that you can predefine the script files for every combination. And, as a : personal opinion, it's probably wrong, since it's not dynamic any more. : I guess the question rising from here is: "Is there an API for GUI or : WEB based basic Front End for 24x7, like Applet or small Java program, : which can be downloaded into the client browser?" : Thanks, : George
|