Re: Client-side HTML form processing with Python?

2007-08-04 Thread goldtech
Looks like Tkinter is the way to do it. There's always a way with Python - good stuff! -- http://mail.python.org/mailman/listinfo/python-list

Re: Client-side HTML form processing with Python?

2007-08-04 Thread Jay Loden
goldtech wrote: > I want to have an HTML form from a local local html file write a text > field's data to a local text file. > > I have no client or server side tools like PHP, JAVA. I don't know > JavaScript. I can not add anything to the workstation I am using. It's > going to have to be a clien

Re: Client-side HTML form processing with Python?

2007-08-04 Thread Paul Rubin
goldtech <[EMAIL PROTECTED]> writes: > I have no client or server side tools like PHP, JAVA. I don't know > JavaScript. I can not add anything to the workstation I am using. It's > going to have to be a client-side solution - there's no CGI on the > server, no PHP. Oh wait, you're trying to write

Client-side HTML form processing with Python?

2007-08-04 Thread goldtech
I want to have an HTML form from a local local html file write a text field's data to a local text file. I have no client or server side tools like PHP, JAVA. I don't know JavaScript. I can not add anything to the workstation I am using. It's going to have to be a client-side solution - there's no