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>
Actually what happened in Mozilla
is popup is opened but parent window is blank with [object Window]
Please tell me What I am doing wrong?
Thanks