»
EnglishFrenchVietnamese

Print - Replacing Text script - JavaScriptBank.com

Full version: jsB@nk » Utility » Replacing Text script
URL: https://www.javascriptbank.com/replacing-text-script.html

Replacing Text script © JavaScriptBank.comScript replaces the text by typing anithing in a form and submitting the button. If you type nothing in the box, but simply click the button, you will delete the text.

Full version: jsB@nk » Utility » Replacing Text script
URL: https://www.javascriptbank.com/replacing-text-script.html



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-->