Version compl�te: jsB@nk » Utilitaire » Remplacer du texte script
URL: https://www.javascriptbank.com/replacing-text-script.html
Le script remplace le texte en tapant dans un anithing forme et de soumettre le bouton. Si vous tapez rien dans la boîte, mais il suffit de cliquer sur le bouton, vous supprimez le texte.
Version compl�te: jsB@nk » Utilitaire » Remplacer du texte script
URL: https://www.javascriptbank.com/replacing-text-script.html
<DIV id=ReplaceMe>What you type in below will replace this text. If you type nothing in the box, but simply click the button, you will delete the text.</DIV><BR><FORM><INPUT id=T1 style="WIDTH: 400px"><P><INPUT onclick="ReplaceMe.innerHTML = T1.value" type=button value="Click me to Change"></P></FORM><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->