javascript - How to make my screen wait till my child window get closed, in firefox -


issue: should restrict webpage submission , moving next, till child window gets closed.

technology: jsp

browser: firefox.

code used opening:

retvalue = window.open(child_url,',',"height=400px,width=670px,status:no,top=190px,left=200px");

desc:

clicked on 1 link in page , opened child window firefox browser using window.open command. after click of link, along opening of child window, main page getting submitted , moved next page.

the same logic in ie works fine. in ie using showmodaldialog() works without issue.

nb: hoping alternative way, other giving if conditions page submission line.

could pls help... in advance

i recommend move jquery modal dialog. it's browser-independent, , user understand interacting modal dialog must closed before proceeding. separate window or tab (your current solution), it's easy user lost , click away browser altogether.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -