Hi, In my program, I need to send out a request from an Applet, and I need to display the response to IE browser. Does anybody know how to do it? Thank you very much. Clara
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
I think we need more details - what do you mean by place other than requester? Do the applet and the browser live on the same machine? Is the browser showing the applet page? Bill ------------------ author of:
The applet and the browser are in the same machine. The applet will create a new frame(window). Some files I got from the servlet are in the format of MS word, MS ppt, etc. So I need to use IE to display them. Thank you. Clara