Posted By:
J_R
Posted On:
Wednesday, September 26, 2001 11:51 PM
I want to write a programmes in Java which can connect a website and return data from the website( like its opening page, and its source eg. HTML code or Java script code of that site )...
i can use:
java.net.url myUrl = "www.mySite.com";
But how to connect this site if i am using proxy setting.And again how to show the content of this site ?
Thanks in advance
Regards
Aminur