PDA

Click to See Complete Forum and Search --> : Textbox control


capone
Aug 15th, 2000, 08:32 AM
I've got a textbox control on the webpage that I'm writing, and I need to set the value of the textbox in ASP...how is this done? I've tried document.tbUID.text but that doesn't work...what's the correct syntax? Thanks...

JimGolden
Aug 15th, 2000, 10:02 AM
If you mean a text input, then you set the .value property.
window.document.all.tbUID.value = "something"