You posted to the wrong list. Please send this to the users list. On Wed, Apr 30, 2008 at 1:01 PM, sri2003 <[EMAIL PROTECTED]> wrote:
> > Hi, > Logged in to my web application using Internet Explorer. > > From the home page (JSP), opened one popup window (no. 1) ; then from > window > 1, opened other window no. 2; now submitting (an action from jsp)on window > no. 2 , should show the results on the base(main) window ie. where i > first > logged in ie. home page (NOT in pop ups) . But for me , its coming on > popup > window no.1 ; so i changed the code from > window.opener.location.href=target_url to window.location.href==target_url > ; > then its coming on pop up window no. 2 . but i want it to be opened on my > first page of the application . Any idea? > > Thanks in advance. > -- > View this message in context: > http://www.nabble.com/Displaying-results-on-home-page-when-submitting-an-action-from-pop-up-window-no.-2-tp16987265p16987265.html > Sent from the Struts - Dev mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell