Advertisement
Guest User

Here.

a guest
Dec 20th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <html>
  2. <title> This </title>
  3.     <body>
  4.         <img src="img1.jpg alt="u mad" onclick= "document.forms[0].elements['Example'].value = 'Text 1'">
  5.         <img src="img2.jpg" alt="u mad" onclick= "document.forms[0].elements['Example'].value = 'Text 2'"><br>
  6.  
  7.         <form>
  8.         <input type="text" name="Example"/>
  9.         </form>
  10.     </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement