deputyDawg
08-23-2007, 12:59 PM
Hi,
Since I added statcounter to my pages, my pop up winow script has ceased to function. When I take the code out, it works again.
The popUp code is
// for opening the pop-up window
var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'name','height=312,width =450,resizable=no,scrollbars=no,toolbar=no,status= no');
if (window.focus) {newwindow.focus()}
}
and the site is paulhourican.net.
Any ideas?
Since I added statcounter to my pages, my pop up winow script has ceased to function. When I take the code out, it works again.
The popUp code is
// for opening the pop-up window
var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'name','height=312,width =450,resizable=no,scrollbars=no,toolbar=no,status= no');
if (window.focus) {newwindow.focus()}
}
and the site is paulhourican.net.
Any ideas?