imroue
11-14-2002, 05:22 AM
This function works when I used the webpage on my webserver and use the url: http://myipaddress/test.php
but when i use the domain name: http://mydomain.com/test.php
(which my domain is being forwarded too.. it doesnt close)
Any ideas????
function closeOpen()
{
eval('window.close()');
}
but when i use the domain name: http://mydomain.com/test.php
(which my domain is being forwarded too.. it doesnt close)
Any ideas????
function closeOpen()
{
eval('window.close()');
}