Halo guys,
I have an image button on my page that runs some
<asp:ImageButton runat="server" id="ImageButton3"
ImageUrl="Graphics/Help.png" AlternateText="Help"
onclientclick="window.open('help_rent.aspx,'','',''')" />
It works okay--it pops up a separate help window with content from another
page--but it also refreshes the current page, which I want to prevent.
How do i stop refreshing the current page..?
How do I stop the default behavior?
Kindly help me in this regard..
all replies are appreciated..