andz Posted October 16, 2008 Share Posted October 16, 2008 a simple code that makes dynamic changing of text. Link to comment https://forums.phpfreaks.com/topic/128722-dynamic-change-of-text/ Share on other sites More sharing options...
F1Fan Posted October 16, 2008 Share Posted October 16, 2008 Is there a question in there somewhere? Link to comment https://forums.phpfreaks.com/topic/128722-dynamic-change-of-text/#findComment-667224 Share on other sites More sharing options...
shutat Posted October 17, 2008 Share Posted October 17, 2008 function setTA() { document.getElementById("something").value = "some new text"; } <body onclick="setTA()"> <textarea id="something">...</textarea> </body> Is that what you're asking about? Link to comment https://forums.phpfreaks.com/topic/128722-dynamic-change-of-text/#findComment-667777 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.