Hi,
I want to get complete HTML source of a web page ( web page URL given below )
http://shop.safeway.com/superstore/s...sp?page=signin
but the problem I have is that when I get the web page through a java program, I do not get
the complete HTML code that is displayed in the browser. I have tried to get the web page by
three different ways
1. Using HTTpClient class
2. Using URL Connection
3. Using HTML Parser
but the result is same i.e. I do not get the complete HTML source of the page.
Furthermore, when I try to view the page source in any browser, I get exactly the same HTML
source that I get by the Java program. But when I select some part of the page ( like login
part) then I can view the HTML that is not displayed by the Java program. I want to get that HTML in my program
Any help would be highly appreciated
Thanking you