Why does the following code NOT work in Mozilla, but it DOES in IE
(for Mac) and Safari?
<a href="somepage. html" onClick="window .open('somepage .html',
'SomeWindowTitl e', 'width=790,heig ht=560, scrollbar=auto,
menubar=no');"> Enter</a>
Please help...thanks
(for Mac) and Safari?
<a href="somepage. html" onClick="window .open('somepage .html',
'SomeWindowTitl e', 'width=790,heig ht=560, scrollbar=auto,
menubar=no');"> Enter</a>
Please help...thanks
Comment