G
Guest
Hi,
I have a web page that is in a master page. The user fills in the page and
at the bottom I have a link for terms which when they click is causing post
back. Here is the code. Is there a way to just have the popup without the
postback? this is in ASP.NET 2.0
HyperLink ID="HyperLink2" runat="server"
NavigateUrl="javascript:location=location;window.open('iTerms.aspx','NMO','height=400,width=400,scrollbars=Yes,resizable=Yes')"
EnableViewState="False">Termsr</HyperLink>
Thank you in advance.
I have a web page that is in a master page. The user fills in the page and
at the bottom I have a link for terms which when they click is causing post
back. Here is the code. Is there a way to just have the popup without the
postback? this is in ASP.NET 2.0
HyperLink ID="HyperLink2" runat="server"
NavigateUrl="javascript:location=location;window.open('iTerms.aspx','NMO','height=400,width=400,scrollbars=Yes,resizable=Yes')"
EnableViewState="False">Termsr</HyperLink>
Thank you in advance.