PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Enabling buttons on frontpage 2002
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Enabling buttons on frontpage 2002
![]() |
Enabling buttons on frontpage 2002 |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi
I am trying to find a way to have a submit button on a form that is greyed out when the page is first loaded, but then when a checkbox is ticked the button becomes enabled, and the form can be submitted. Thanks |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi Adam,
Use JS and the enabled attribute. <form> <input type="checkbox" unclick="debugger;this.form.submit.disabled = false;" > <input type="submit" name="submit" disabled="true" > </form> -- Mike http://www.websunlimited.com FrontPage Add-in MVP FrontPage '97 - '02 "Adam 357" <Adam357@discussions.microsoft.com> wrote in message news:0B865E8B-2DD3-45BA-8FA5-E1B9591315BE@microsoft.com... > Hi > > I am trying to find a way to have a submit button on a form that is greyed > out when the page is first loaded, but then when a checkbox is ticked the > button becomes enabled, and the form can be submitted. > > Thanks |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

