|
Hey, really simple question:
for the below code:
function sendText1(text)
{
e = document.form1.one
e.value = text
}
How can i make it so it adds the "text" variable to the textbox, and doesn't replace whats already in the text box.
Thanks alot
__________________
-ValC
Last edited by ValC; 02-23-2006 at 02:03 PM..
|