I am developing a project, for which I want to scrape the contents of a website in the background and get some limited content from that scraped website. For example, in my page I have "userid" and "password" fields, by using those I will access my mail and scrape my inbox contents and display it in my page. Please help me to solve the problem, thanks in advance.
i done the above by using javascript alone . But when i click the sign in button the URL of my page(http://localhost/web/Login.html) is changed to the URL(http://mail.in.com/mails/inbox.php?nomail=....)which i am scraped . But i scrap the details without changing my url. Please help me to find solve the problem,thanks in advance..