login website that using PHP
Hi, I am trying to login a website that using PHP and javascript. This is what happend if you browse that website using IE, after you login, you can go anywhere without enter your name and password again, as long as you keep that IE open, but after you close that IE, then later on open that website in a new window, you need to login again. I guess some session is created as long as your original login window dose not close. How I can handle this in python? I want get some information from that website. But the login page is not what I want, how can I simulate regular IE browser? I mean after I login, I can get to other pages from it, but I find my programe can't go other place except the login page. Hope you could understand my question. Thank you very much! -- http://mail.python.org/mailman/listinfo/python-list
Re: login website that using PHP
Thank you all for the help. This problem bothered me for 3 days, Now I get it! You are right, it is the session cookie, after I use the cookiejar and the opener, I got it!!! I am really glad I found this place. Thank you again! -- http://mail.python.org/mailman/listinfo/python-list
Using MapPoint with Python
New article on using Python scripting to automate map-making with example code, see screenshots. [MP2K Magazine] Using Python to Control MapPoint, Part 2 «Second of a two-part article by Richard Marsden on scripting MapPoint using Python.» http://www.mp2kmag.com/a134--python.winwaed.automation.mappoint.html Eric Frost http://www.mp2kmag.com - The Magazine for MapPoint -- http://mail.python.org/mailman/listinfo/python-list
New article on grabbing city points from geonames, processing with Python, and rendering in MapPoint
Add City Coverage to MapPoint using the GeoNames Database by Richard Marsden http://www.mapforums.com/add-city-coverage-mappoint-using-geonames-database-15244.html -- m: 312-399-1586 http://www.MapForums.com http://www.MP2Kmag.com -- http://mail.python.org/mailman/listinfo/python-list
