Advertisement
Guest User

Untitled

a guest
Oct 18th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <title>Alert mouse focus problem test</title>
  5. </head>
  6. <body>
  7. <form method="post" action="">
  8. <textarea name="comments" cols="25" rows="5" onblur="alert('OnBlur fired for text area. If you clicked the TESTING! link, mouseover the text area and hit return, then move your mouse.');">
  9. Click in me, then click on the TESTING! link.
  10. </textarea><br>
  11. <a href="javascript:alert('Link Clicked. If this bug was reproduced, you should be reading this in the text area right now.');">TESTING!</a>
  12. </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement