I'm having an issue with Mozilla Firefox where the URL is still showing in the popup despite using location=no and directories=no. Here is the code snippet:
<asp:Button ID="btn_login" runat="server" Text="Login" Width="105px" style="height: 26px" onClientclick = "javascript:window.open('login_page.aspx','name','height=299, width=477,toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=no,about:blank'); return false;" />
Any ideas on how to resolve this issue?
Thank you.