This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
Hi - Is it possible to open a URL in a specific frame from a java application (not an applet) I did it successfully from an applet using the following code:
I am trying to do something very similar now - My .jar file is in the left frame of my page, and I would like it to be able to control the actions of the right frame. Is this possible? - any searches Ive done seem to indicate it is only possible to open a new browser window. Thanks. E.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35220
7
posted
0
My .jar file is in the left frame of my page
I don't understand this - how can it run in a frame if it's not an applet? Is it a Web-Start application? Those can't control the contents of the browser.