Results 1 to 2 of 2

Thread: Locked but not Disabled

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    Question Locked but not Disabled

    In VB 6 we use Locked property of textbox to prevent user interaction, but we can scroll it smoothly. Is there any function in PHP to lock the textbox and textarea control ?

  2. #2
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    Re: Locked but not Disabled

    PHP is server side, what you are trying to do is client side, you need to use javascript to disable the textbox and textarea's to disallow user input.

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