Advertisement
Cryston13

Untitled

Jan 27th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1.  
  2.  
  3. Coding Web · Pagină
  4. Widget Coding Web -Numara Caracterele Dintr-un Text !
  5. Postați ca Adrian Deaconu Actualizați Reveniți la mesajul nefinalizat Previzualizați Închideți
  6. ScriețiHTML
  7.  
  8. Link
  9.  
  10.  
  11. <html>
  12. <body>
  13. <div id="widgt">
  14.  
  15. <div id="fundal" style="background: url(https://2.bp.blogspot.com/-z-Lv4DBRba4/WMgM5kMTZGI/AAAAAAAABB8/ILz0RFtFe745sNLCBzTNHIThOnRRiozBwCLcB/s1600/dra.png); height: 400px; margin: 0 0; width: 580px;">
  16.  
  17. <textarea cols="50" id="var" rows="4" style="height: 235px; margin-left: 25px; margin-top: 70px; max-width: 525px; min-width: 525px; min-height: 235px; max-height: 235px; width: 525px;">Introdu un text !</textarea>
  18. <br />
  19.  
  20. <div id="demo" style="float: right; font-family: fantasy; font-size: 18px; margin-top: 27px;">
  21. </div>
  22. <script>
  23. function text()
  24. {
  25. var cars = document.getElementById("var").value;
  26. document.getElementById("demo").innerHTML = cars.length;
  27. }
  28.  
  29. function poz()
  30. {
  31. if(document.getElementById("var").value.length <9)
  32. {
  33. document.getElementById("demo").style.marginRight ="40px";
  34. }
  35. else if(document.getElementById("var").value.length >9 && document.getElementById("var").value.length <99 )
  36. {
  37. document.getElementById("demo").style.marginRight ="38px";
  38. }
  39. else if(document.getElementById("var").value.length >99 )
  40. {
  41. document.getElementById("demo").style.marginRight ="33px";
  42. }
  43. }
  44.  
  45. </script>
  46.  
  47. <div id="b" onclick="text();poz();" style="background: url(https://4.bp.blogspot.com/-SofmtqNkch8/WmvN0sIczMI/AAAAAAAACLY/p1ObEzFU4moNrwiyVpfpE9_jzJhL7cyggCLcBGAs/s1600/bt.png); height: 50px; margin-left: 20px; margin-top: 20px; width: 200px;">
  48. </div>
  49. </div>
  50. </div>
  51. <div id="tct" style="background: url(https://1.bp.blogspot.com/-Se2aKa30wgQ/WMghX0WAjEI/AAAAAAAABCM/mIHHctdxMSstIHtVunWaFiOgSRMvbkVfQCLcB/s400/gt.png); float: right; height: 230px; margin-right: 20px; margin-top: -350px; width: 400px;">
  52.  
  53. </div>
  54. </body>
  55. </html>
  56.  
  57.  
  58. Setările paginii
  59. Opțiuni
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement