Rajesh Jha

Greenhorn
+ Follow
since Sep 12, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rajesh Jha

Hi Jiafan

The code is working now, Actually the Proxy settings I used in Creating URL object was wrong. I corrected it.

Thanks
17 years ago
Hi

I have an urgent requirement of writing 'Macros' for the 'Open Office' that we are using. And as far as my knowledge goes, 'Open Office' supports only Java Script, VB Script or Java. We are required to write the Macros in Java. Can any one please help me. Any site with relevant information would be very useful.

Thanks in advance
17 years ago
Thanks Jiafan, but the code :



definitely makes a lot of sense. I've used one of the constructors, available. Please take a look at this Page " http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html

Can ane one please tell me if there are other Objects available in Java for Opening a particular URL. Like WebBrowser or IE etc.

Joe, once you have it in a BufferedReader object you can read it in any manner you like. Eg. by using readline().

Here's the code :


Now, can you provide any help.
17 years ago
Hi

I am trying to open a url : "http://www.legislature.state.oh.us/acts.cfm?GenAssem=122" through the URL Object using the following code :


But I fail to get the entire text on the page, getting only a small portion of the text.

Can any one help me out.

Thanks
17 years ago
Hi

I am trying to open a url : "http://www.legislature.state.oh.us/acts.cfm?GenAssem=122" through the URL Object using the following code :



But I fail to get the entire text on the page, getting only a small portion of the text.

Can any one help me out.

Thanks
17 years ago