|
Posted by mbstevens on 08/17/07 23:44
greg_e@mail.com wrote:
> Is there a way to create a form in a local html file where the
> contents of the form are written to a local file when a 'save' button
> is selected?
>
> It would be nice if it was as easy as changing "somesite.com" to
> "file:///C:/whatever" and "post" to "save"... in the following form:
> <form action = "somesite.com" method="post">
> <p> <textarea name="Text" rows="20" cols="80"> </textarea>
> <input value="Send" type="submit"><input type="reset"> </p>
> </form>
>
> I would like to do this without using javascript, and without having
> to set up a local server to serve the form.
>
> Any help appreciated.
>
It is not really that hard to set up a local server with CGI or LAMP, if
you feel you really *must* use a local html file.
On the other hand, Python comes with Tk and has hooks to other
easy to use GUI packages, which might make more sense to use locally.
Perl and Ruby have similar hooks. Is there anything really magic
about an html file for your uses?
Navigation:
[Reply to this message]
|