Read URL
hello,
I have written a simple program that uses the URL class, to retrieve the html source of a webpage.
However the problem i have now is that i want to get the source of another page, but i dont know how to get the url of the page.
If you go to www.betfairgames.com then you will see what i mean. I can get the source of the main page, but then if i wanted to get the source after i clicked on say turbo poker for example, how would i do that?
Ive managed to sovle this in visual basic using the webbrowser control and simulating a mouse click on the button, then using the document.frames to get the source, but how would i be able to do this with java?
thanks alot
Kane

