 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Andrew Roudenko Guest
|
Posted: Mon Jul 07, 2003 1:32 pm Post subject: Loading web browser from java app / applet |
|
|
Hi
I was wondering if there was a way to get an IE browser on Win NT 4
Workstation to load to a specified address if requested by the web server (I
hope I have worded this correctly)
To try to explain this better...the server determines that the browser
should load to the specified page (the client / browser has no way of
determining this itself in this case). This triggers the browser to load to
the determined address without input from the user.
Can this be done through an applet or a small application running on the
client?
Many thanx
Andrew
|
|
| Back to top |
|
 |
Paul Guermonprez Guest
|
Posted: Mon Jul 07, 2003 2:21 pm Post subject: Re: Loading web browser from java app / applet |
|
|
yes you can, but the simplest way would be to refresh
automatically the page with "http headers"
and ask for another page when you want
you can do that with javascript too
("onLoad" in the body tag, ... see google).
paul.
Andrew Roudenko wrote:
| Quote: | Hi
I was wondering if there was a way to get an IE browser on Win NT 4
Workstation to load to a specified address if requested by the web server (I
hope I have worded this correctly)
To try to explain this better...the server determines that the browser
should load to the specified page (the client / browser has no way of
determining this itself in this case). This triggers the browser to load to
the determined address without input from the user.
Can this be done through an applet or a small application running on the
client?
Many thanx
Andrew
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|