Window.open javascript function is not working in Mozilla, but working in other browsers
Posted
by Muhammad Akhtar
on Stack Overflow
See other posts from Stack Overflow
or by Muhammad Akhtar
Published on 2010-03-18T09:46:34Z
Indexed on
2010/03/18
9:51 UTC
Read the original article
Hit count: 461
Hi, Window.open javascript function is not working in Mozilla, but working in other browsers, here is what I have write.
<a href="javascript:window.open('../Terms.aspx','Terms','width=550,height=400')">
click here</a>
Please tell me What I am doing wrong?
Thanks
© Stack Overflow or respective owner