rosebudjoy
12-01-2003, 01:25 AM
I am using a javascript to open a pop-up window and I was given this code <body onblur="window.close()">
by ray326 (thanks) to make the pop-up close when clicking off of itself. This seems to only work for Mac users... and it's buggy.
The problem is that I have other links on the pop-up and they are closing when clicked on itself. Here is the link to the site, http://www.christianemillinger.com/
and here is the javascript I am using to open the pop-up...
(click on History to view)
window.open('http://www.christianemillinger.com/welcome/history/','windowname','width=420,height=540,resizable=no,scrollbars=yes,top=1,left=370')
Any help would be deeply appreciated. Thanks.
by ray326 (thanks) to make the pop-up close when clicking off of itself. This seems to only work for Mac users... and it's buggy.
The problem is that I have other links on the pop-up and they are closing when clicked on itself. Here is the link to the site, http://www.christianemillinger.com/
and here is the javascript I am using to open the pop-up...
(click on History to view)
window.open('http://www.christianemillinger.com/welcome/history/','windowname','width=420,height=540,resizable=no,scrollbars=yes,top=1,left=370')
Any help would be deeply appreciated. Thanks.