![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Check box and append text in textarea
From: [on] <switchable@gmail.com>
Date: Thu Apr 13 2006 - 12:12:28 CEST
juicy wrote:
Why Append/Remove ?
Seems simpler just recreating the whole "text" and setting the textarea
Warning Untested Sample Code --- Should not be used.
var output = "";
The variable "output" whould now be either "Text1Text2Text3Text4" if
Set the value of the textarea to that and you're set, no need to
|