Why can't I control the popup anymore when I link to another site?
eg:
var url = 'var win = window.open(url,'','width=250,height=250,scrollbars=no,toolbar=no,location=no,status=no,menubar=no,directories=no,resizable=no,scrollbars=no');
win.moveTo(20,20);
when I use a link to my own site eg. test.php then all works. But not when I link to another domain?
The One And Only KryptoS
eg:
var url = 'var win = window.open(url,'','width=250,height=250,scrollbars=no,toolbar=no,location=no,status=no,menubar=no,directories=no,resizable=no,scrollbars=no');
win.moveTo(20,20);
when I use a link to my own site eg. test.php then all works. But not when I link to another domain?
The One And Only KryptoS