Gossamer Forum
Home : General : Internet Technologies :

servlet@frames

Quote Reply
servlet@frames
I have a web page...3 frames...in one of the frames an have a link to servlet... in that servlet i want to be redirected to a web page(no frames)..but the new page is opened in that frame where is the link..i want that the new page to replace the (the web page with) 3 frames... How can i do that?
PS: In the servlet i'm using tha code: response.sendRedirect("index.html");
Thnx!