J
Jaggu
Hi ,
I need to close main window, once the child window succesfully opens
else main window to remain. In my case when I close the main window
immediately after the "window.open()" as mentioned below, both the main
and child disappears(this is due to pop up blocker) disappears
suddenly. I want to make the browser know if pop up blocks the child
window(in case).
help me how to check the child window opened successfuly or not, on
successful closing the main window.
//main window
function onLoad(){
var feat =
'toolbar=no,directories=no,location=no,status=no,menubar=no,resizable=no,scrollbars=no,width=1000,height=400';
win =
window.open('/nxtt/jsp/main.jsp','_blank','scrollbars=yes,resizable=yes,menubar=no,toolbar=no,status=no');
thanks for time
regards
Jaggu
I need to close main window, once the child window succesfully opens
else main window to remain. In my case when I close the main window
immediately after the "window.open()" as mentioned below, both the main
and child disappears(this is due to pop up blocker) disappears
suddenly. I want to make the browser know if pop up blocks the child
window(in case).
help me how to check the child window opened successfuly or not, on
successful closing the main window.
//main window
function onLoad(){
var feat =
'toolbar=no,directories=no,location=no,status=no,menubar=no,resizable=no,scrollbars=no,width=1000,height=400';
win =
window.open('/nxtt/jsp/main.jsp','_blank','scrollbars=yes,resizable=yes,menubar=no,toolbar=no,status=no');
thanks for time
regards
Jaggu