Forum Moderators: open

Message Too Old, No Replies

After submitting a iframe ,new jsp is displayed inside the frame only

         

thamps

11:10 am on Jul 13, 2005 (gmt 0)

10+ Year Member



Hello All,
I have a problem.I have two iframes with their
"src" two different jsps.And after selecting the options(checkboxes) in the second frame , the second frame is getting submitted .After processing the request the control has to be passed to other jsp page(which have declared in struts-config.xml file).But after I return the ActionForward the jsp page is opening inside the second frame itself. i want to open the new jsp page in main window.

Can any one please help me

encyclo

3:36 pm on Jul 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It sounds as if you need to get the processing script in the iframe to spawn a new page with the target set to
_parent
. Would that be possible with your application?