smolds 0 Newbie Poster

I have a Python program that uses Mechanize to open a page at a website with a log-on/password form, set the entries to preset values and then submit to begin the session. This works, I can get the log-in/password from a form I build in the program.

What I an wondering is if it is possible to have the program actually open the server's web page that has the form (or even just show the form itself), allow the entries to be made, and then submit them & continue with the rest of the session?

I'm fairly new to Python, so no doubt the answer is in a multitude of places - and I'm just not phrasing my searches properly - but I really would like to know how to do this.

Thanks,

Stephen