Hello, This might be slightly OT, but I hope I can get a few pointers. Is it possible to have an HTML form pass values to a Python script on a local computer, and execute that script? (I'm running Win XP, if that matters.) I would like to set up such a form to do some data entry. I understand that a GUI is probably a better way to do what I want, but thought this way might be quicker.
Is this as simple as having the form action point to my script, and using the input names as my variables? Or am I not thinking about this right? Thanks for any help, Bill _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
