PDA

Click to See Complete Forum and Search --> : Locked but not Disabled


systech44
Sep 2nd, 2006, 03:54 AM
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 ?

john tindell
Sep 2nd, 2006, 07:14 AM
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.