May 24, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 Hi, I want to change the value of a textbox with client(java-)script. How is it done?
May 28, 2002 #2 Metka Programmer Joined Nov 12, 2001 Messages 50 Location SI Hi, just put document.thisForm.MyTextBox.value="blob"; in your script. Upvote 0 Downvote