The popups at Amazon.com and the preview post window here, seem to have some way to open a popup that uses a common close code; however, when the close link is clicked, the window will close without the usual IE warning 'do you want to close this window' message.
Does anyone know how to code a popup so it will not be affected by the IE browser warning message when closing it?
I have a site I just launched recently:
www.findachiropractor.com
Currently, I use:
<input name="button" type="button" onClick="window.close()" value="Close">
Pete