View Single Post
  #6 (permalink)  
Old 10-02-08, 02:23 AM
curbview.com's Avatar
curbview.com curbview.com is offline
Junior Code Guru
 
Join Date: May 2006
Posts: 555
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by jialanw View Post
1) Yes, I have read the documentation for Mechanize and have installed Crypt::SSLeay and IO::Socket::SSL.
You are still not getting what I am saying. RETRIEVE THE PAGE (with www:mechanize), THEN HAVE MECH COMPLETE THE FORM!!!!!!

Quote:
Originally Posted by jialanw View Post
2) It may seem weird to save a form page, but I actually do need to do that because some data I'm interested in is in the javascript of the page. The main point is that Get is dropping pieces of the page content from this site (whether it's a form or plain content), and I cannot for the life of me figure out why. Furthermore, it drops different bits of content on different runs of the exact same code.

Thanks,
No. You do not get what I am saying. This tells me that you must still be new to grabbing content from remote sites. If you tell mech to grab the page source (that is what MECHANIZE and LWP does), you can then tell it what to do with the contents of that page.
__________________
Whatever you decide, you should make sure best security methods are used and practiced. Should you really need more help, PM me.
Reply With Quote