javascript :close()
am 31.05.2007 12:44:44 von Chandar V R
--------------070603000605090805040101
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi all,
I have a webpage with frames,i have provided a link and when the user
clicks the link i am closing the window.
For closing i am using javascript:window.close();
when i click the link in IE i get a command window telling you are going
to close this window.
Is there anyway to supress this alert?
thanks/Chandar
--------------070603000605090805040101--
Re: javascript :close()
am 31.05.2007 12:59:31 von Stut
chandar wrote:
> I have a webpage with frames,i have provided a link and when the user
> clicks the link i am closing the window.
> For closing i am using javascript:window.close();
> when i click the link in IE i get a command window telling you are going
> to close this window.
> Is there anyway to supress this alert?
That would be a javascript question on a PHP list. In future please
direct your questions to an appropriate list.
IE will ask the user if it's ok to close a window unless the script
asking to close it also opened it. This prevents scripts from closing
windows they don't own.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php