Thread: HTML form
View Single Post
  #2  
Old 08-31-2011, 01:49 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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.
Reply With Quote