Results 1 to 2 of 2

Thread: Textbox control

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    45
    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...

  2. #2
    New Member
    Join Date
    Aug 2000
    Location
    Tampa FL
    Posts
    2
    If you mean a text input, then you set the .value property.
    window.document.all.tbUID.value = "something"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width