T22958
01-03-2007, 12:58 AM
I have the following code:
window.open("http://pscsxmii.scglobal.com/Glass_Templates/DefectEntry.htm?"+x);
alert ("Refresh Now");
refresh_all();}
I want the refresh_all function to execute when the program returns from the window.open. The only way I can get it to execute when returning is to put an alert command. But this requires a user response. I want the refresh_all function to fire when the window.open returns. Any help would be appreciated.
window.open("http://pscsxmii.scglobal.com/Glass_Templates/DefectEntry.htm?"+x);
alert ("Refresh Now");
refresh_all();}
I want the refresh_all function to execute when the program returns from the window.open. The only way I can get it to execute when returning is to put an alert command. But this requires a user response. I want the refresh_all function to fire when the window.open returns. Any help would be appreciated.