Advertisement
GODLIKE5

Click = Message HTML

May 31st, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!-- This Script is from GLSG provided by: GODLIKE5 -->
  2. <!-- Start of Message Alert -->
  3. <!-- Use this button in a form to pop-up a message when the user clicks it -->
  4. <form>
  5. <input type="button" value="message" onClick="alert('YOUR MESSAGE GOES HERE'); return true">
  6. </form>
  7. <!-- End of Message Alert -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement