I am trying to design a site that opens a specifically sized window. I have a script in my "index.html" that opens the new window, and everything is good, except I need to also close "index.html" so that it doesn't just sit there in the background. I tried "window.opener.close();", but it doesn't work with Firefox and IE wants to ask if I really want to close the other window. Does anyone know of a better way to close the first window?



Reply With Quote

Bookmarks