checkboxes come up checked already

C

chazspot

Using ASP.Net since I can't get ASP to work in FP2003. The form that contains
checkboxed already have been checked off. How can I have it so by default
they are unchecked?

Thanks for your help
 
S

Stefan B Rusynko

At least in ASP (probably in ASP.net too) that's a flaw in FP
- it wants to make one of the boxes checked
(as required by html, since FP ignores the scripts)
- so you need to remove it in code view




| Using ASP.Net since I can't get ASP to work in FP2003. The form that contains
| checkboxed already have been checked off. How can I have it so by default
| they are unchecked?
|
| Thanks for your help
 
C

chazspot

I figured that was the case. I looked at the code and couldn't figure out how
to do that hence my question.

Thanks!
 
S

Stefan B Rusynko

Delete the attribute named: checked
within the radio input tag




|I figured that was the case. I looked at the code and couldn't figure out how
| to do that hence my question.
|
| Thanks!
|
|
|
| "Stefan B Rusynko" wrote:
|
| > At least in ASP (probably in ASP.net too) that's a flaw in FP
| > - it wants to make one of the boxes checked
| > (as required by html, since FP ignores the scripts)
| > - so you need to remove it in code view
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | Using ASP.Net since I can't get ASP to work in FP2003. The form that contains
| > | checkboxed already have been checked off. How can I have it so by default
| > | they are unchecked?
| > |
| > | Thanks for your help
| >
| >
| >
 
J

Jens Peter Karlsen[FP MVP]

Where it says checked remove it.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
C

chazspot

Actually, I got it to work by changing "True" to "False"...

e.g. FieldDefaults=",,,,,,,,,,,,False,,False,False,False,False,False,False";


Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top