I am using window.open to open a popup form for the user to fill out. In IE once the form loads it drops down to the taskbar and does not stay in view of the user. in Chrome the popup stays on top.
my code...
<asp:Button ID="b3" runat="server" CssClass="b1" Font-Names="Verdana"
ForeColor="White" Height="25px" OnClientClick="javascript: window.open('InspectionForms/MyForm.aspx','','height=900,width=800,scrollbars=yes');"
Text="Print Form" Width="125px" Visible="False" />
any help would be appreciated...thanks
my code...
<asp:Button ID="b3" runat="server" CssClass="b1" Font-Names="Verdana"
ForeColor="White" Height="25px" OnClientClick="javascript: window.open('InspectionForms/MyForm.aspx','','height=900,width=800,scrollbars=yes');"
Text="Print Form" Width="125px" Visible="False" />
any help would be appreciated...thanks