what does the submit button on the popup do? Does it submit a form back to the parent, or does it just close the window?
If it just closes the window then you should not be having that problem, and dbritt's code will work (except that you need to reverse the order of the two lines he posted).
Main Topics
Browse All Topics





by: dbrittPosted on 2005-11-22 at 05:56:14ID: 15341636
self.close();
window.opener.focus();