I need a javascript function to automatically login and then scrape some detail from a website. I have the login details saved on a server side database. I need to use these login details and login to a website and then scrape some basic information from there.
I heard that we can do this by dynamic iframing of the urls... and get things done... but I need to know the exact details on how to get this done.