Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <script type="text/javascript">
  2. function s_focus(obj)
  3. {
  4. obj.style.color=""
  5. obj.style.fontStyle=""
  6. if (obj.value=="Search w3schools.com")
  7. {
  8. obj.value=""
  9. }
  10. }
  11. </script>
  12.  
  13. <input type="text" value="enter email" name="email" class="fieldemail" onfocus="s_focus(this);">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement