Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. document.getElementById('<%=un_textbox.ClientID%>').style.background = '#f88067';
  2.  
  3. document.getElementById("un_textbox").style.background = '#f88067';
  4.  
  5. <asp:Button ID="re" runat="server" autopostback="True" OnClick="re_Click" OnClientClick="return comprueba();" style="height: 32px" Text="Registrate" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement