Form using HTML on PythonCard
Lee Harr
missive at frontiernet.net
Fri Jul 4 18:25:50 EDT 2003
More information about the Python-list mailing list
Fri Jul 4 18:25:50 EDT 2003
- Previous message (by thread): Form using HTML on PythonCard
- Next message (by thread): Form using HTML on PythonCard
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Somebody know how make html forms or python forms inside html to use as gui > application? > > The idea is make a client application like a web site of my interprise for > customers who don't have good connection, in this way the customer can select > the products off line and connect only to execute the shop. The use of HTML > is to have the same paradigm to application and to site. > How about starting a simple webserver / proxy on their machine? You could just connect to that, and if their connection is up forward the information on to your real server.
- Previous message (by thread): Form using HTML on PythonCard
- Next message (by thread): Form using HTML on PythonCard
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list