whiplk

[Studies] - HTMLprops

May 22nd, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.48 KB | None | 0 0
  1. <html><body bgcolor="#FF" text="#FFFFFFF"><center>
  2. <script type="text/javascript">
  3. function register()
  4. {var strLen = document.getElementById("name").value;
  5. if(!strLen){alert("Erro, digite seu nome no campo livre.");
  6. }else{alert("VocĂȘ digitou " + strLen);}}
  7. </script>
  8. <p>Ponha teu nome no campo abaixo.</p>
  9. <textarea id="name" cols="15" rows="1"></textarea>
  10. <br><br><input type="button" value="confirmar" onclick="register()" />
  11. <br><hr width="200"><br>
  12. </center></body></html>
Advertisement
Add Comment
Please, Sign In to add comment