in reply to Re^3: need help in scraping asp site
in thread How to scraper ASP websites

As you've been told several times, WWW::Mechanize does not work with JavaScript. Also "the source code are having asp" Active_Server_Pages is a server side technology, you won't see ASP code on the page contents. No need to open a new thread since you already have one: How to scraper ASP websites.

Replies are listed 'Best First'.
Re^5: need help in scraping asp site
by Anonymous Monk on Sep 06, 2012 at 18:53 UTC
    Still not solved, can you tell me how can I get this data and using which modules?

      You will need to write some code yourself. You will need to either use WWW::Mechanize or a module that understands Javascript, and then do some more programming. Nobody can do that for you.