Window.open javascript function is not working in Mozilla, but working in other browsers
- by Muhammad Akhtar
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