atlas wrote:
> Yahoo should be open in the same window that A.html but firefox open me
> a new window.
> Why?
Security, there were potential exploits reported where people tried to
look at the window or frame names one web site (e.g. a bank web site)
and then to use e.g.
window.open('http://example.com/spoofBankInput.html',
'bankLoginFrameName')
to get their own pages opened in a frame belonging to another website
and then use script to capture keys entered.
--
Martin Honnen
http://JavaScript.FAQTs.com/