Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <button runat="server" onClick='mifuncion();'>Start</button>
  2.  
  3. function mifuncion() {
  4. alert("hola");
  5. __doPostBack("Start","miDato");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement