Guest User

Untitled

a guest
Apr 26th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <input type="button" value="buttonName" onclick="window.open('[page]')" />
  2.  
  3. <asp:button text="buttonName" onclientclick="window.open('[page]');return false;" />
  4.  
  5. Button1.Attributes.Add("onclick", "window.open('mySite'); return false;");
Add Comment
Please, Sign In to add comment