I have this site which gives stock quotes.

http://www.bseindia.com/price_finder...scripcd=532483

I want to write a program that retrieves data from this page periodically.
I know the use of Inet but it does not seem to work in this case probably because this page is Java based. What is the way out?