in reply to Re: How do I make a Web interface for the 'makehtml' command line tool?
in thread How do I make a Web interface for the 'makehtml' command line tool?

I meant run it as cgi script on website, and use web based interface to set options, run, etc. There are need be template file?
  • Comment on Re^2: How do I make a Web interface for the 'makehtml' command line tool?

Replies are listed 'Best First'.
Re^3: How do I make a Web interface for the 'makehtml' command line tool?
by jfroebe (Parson) on Dec 20, 2004 at 20:19 UTC

    That's what the documentation for makehtml says.

    Basically what you want to do is use a web interface to set the options then execute makehtml with those options. Quite simple really (atleast in pseudo code).

    Use checkbox's to enable/disable individual options. If any of the options require a value, then use a textfield with the checkbox. Your largest problem would be to decide whether to send the parameters verbatim to makehtml script and handle the errors it produces or to validate the parameters (and combinations thereof) before sending it to makehtml.

    Jason L. Froebe

    Team Sybase member

    No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1