July
31
2008

script javascript scrivi testo al contrario

Software->Software Web->Javascript

Questo script ci mostra le parole con senso invertito, utile per imparare a leggere le frasi al contrario.

  1. <script language="JavaScript">
  2. <!-- This stops non-java browsers from going MAD
  3. /* MjM'S JAVA CODENAME = REVERSE
  4. This JavaScript Code was written by MjM for Hyperchat UK
  5. I am not responsible for any damage caused by my code.
  6. This code can be modified as long as the Author's Name is still attached.
  7. Email : MjM@hyperchat.co.uk
  8. © Copyright 1996
  9. */
  10. var message1="Puoi leggere ciò che ho scritto? Sì, puoi!";
  11. var before = "<font color=black>";
  12. // You put the tags you want before the text here.
  13. var after = "</font>";
  14. // you put the closing tags here.
  15. var message2="";
  16. for (count=message1.length; count >= 0; count--)
  17. message2+=message1.substring(count,count-1);
  18. document.write (before,message2,after);
  19. // -->
  20. </script>
  21.  
  22.  

Dimostrazione



Pagina 0 di 1
Ordina per Nome Data