PDA

View Full Version : HTML form


nige777
08-31-2011, 06:33 AM
Is it possible to get the submission from a html form from the internal html viewer? I am using a html / javascript calendar from which I want to capture a chosen date.
I know that this is covered by the vizhtml module in Vizard 4, however I am stuck using 3!

Thus far I have been experimenting with the cgi python module with little success :( - so ANY pointers regarding this would be really gratefully received :D

farshizzo
08-31-2011, 01:49 PM
Most of the functionality in the vizhtml module is based on the Python BaseHTTPServer module, which comes with Vizard 3.0. You should be able to find examples online showing how to use BaseHTTPServer to handle simple http requests and form submissions.