| Author |
disable form
|
johny mill
Greenhorn
Joined: Jul 08, 2006
Posts: 13
|
|
Hi, I want to disbale entire form using javascript, is it possible. Help me, Thanks in advance.
|
 |
Pavan Keely
Ranch Hand
Joined: Jun 30, 2006
Posts: 62
|
|
Johny, Do you mean you want to disable all the elements in form ? or disable form submission ? If that's the first one, there is no one statement that you can use but you can write a simple function which will loop thruough all the elements of the form and disable each of them. Pavan Keely
|
Pavan Keely<br /><a href="http://keelypavan.blogspot.com" target="_blank" rel="nofollow">http://keelypavan.blogspot.com</a>
|
 |
 |
|
|
subject: disable form
|
|
|