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

Re: checkboxes come up checked already by Stefan

Stefan
Tue Mar 08 03:27:30 CST 2005

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
_____________________________________________


"chazspot" <chazspot@discussions.microsoft.com> wrote in message news:5E1D3009-D3CD-456C-8497-26CC3EECB2E3@microsoft.com...
| 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



Re: checkboxes come up checked already by chazspot

chazspot
Tue Mar 08 07:43:06 CST 2005

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
> _____________________________________________
>
>
> "chazspot" <chazspot@discussions.microsoft.com> wrote in message news:5E1D3009-D3CD-456C-8497-26CC3EECB2E3@microsoft.com...
> | 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
>
>
>

Re: checkboxes come up checked already by Stefan

Stefan
Tue Mar 08 08:23:29 CST 2005

Delete the attribute named: checked
within the radio input tag

--

_____________________________________________
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
_____________________________________________


"chazspot" <chazspot@discussions.microsoft.com> wrote in message news:2940C242-E02A-4C28-947B-729FB0A94F91@microsoft.com...
|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
| > _____________________________________________
| >
| >
| > "chazspot" <chazspot@discussions.microsoft.com> wrote in message news:5E1D3009-D3CD-456C-8497-26CC3EECB2E3@microsoft.com...
| > | 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
| >
| >
| >



Re: checkboxes come up checked already by Jens

Jens
Tue Mar 08 10:08:51 CST 2005

This is a multi-part message in MIME format.

------=_NextPart_000_0078_01C52401.80A8A3B0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Where it says checked remove it.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

> -----Original Message-----
> From: chazspot [mailto:chazspot@discussions.microsoft.com]
> Posted At: 7. marts 2005 22:45
> Posted To: microsoft.public.frontpage.programming
> Conversation: checkboxes come up checked already
> Subject: checkboxes come up checked already
>
>
> 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
>

------=_NextPart_000_0078_01C52401.80A8A3B0
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7036.0">
<TITLE>Re: checkboxes come up checked already</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>Where it says checked remove it.</FONT>
</P>

<P><FONT SIZE=3D2>Regards Jens Peter Karlsen. Microsoft MVP - =
Frontpage.</FONT>
</P>

<P><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>

<BR><FONT SIZE=3D2>&gt; From: chazspot [<A =
HREF=3D"mailto:chazspot@discussions.microsoft.com">mailto:chazspot@discus=
sions.microsoft.com</A>] </FONT>

<BR><FONT SIZE=3D2>&gt; Posted At: 7. marts 2005 22:45</FONT>

<BR><FONT SIZE=3D2>&gt; Posted To: =
microsoft.public.frontpage.programming</FONT>

<BR><FONT SIZE=3D2>&gt; Conversation: checkboxes come up checked =
already</FONT>

<BR><FONT SIZE=3D2>&gt; Subject: checkboxes come up checked =
already</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; Using ASP.Net since I can't get ASP to work in =
FP2003. The </FONT>

<BR><FONT SIZE=3D2>&gt; form that contains checkboxed already have been =
checked off. </FONT>

<BR><FONT SIZE=3D2>&gt; How can I have it so by default they are =
unchecked?</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; Thanks for your help</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>
</P>

</BODY>
</HTML>
------=_NextPart_000_0078_01C52401.80A8A3B0--


Re: checkboxes come up checked already by chazspot

chazspot
Tue Mar 08 10:25:02 CST 2005

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

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


Thanks.



"Stefan B Rusynko" wrote:

> Delete the attribute named: checked
> within the radio input tag
>
> --
>
> _____________________________________________
> 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
> _____________________________________________
>
>
> "chazspot" <chazspot@discussions.microsoft.com> wrote in message news:2940C242-E02A-4C28-947B-729FB0A94F91@microsoft.com...
> |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
> | > _____________________________________________
> | >
> | >
> | > "chazspot" <chazspot@discussions.microsoft.com> wrote in message news:5E1D3009-D3CD-456C-8497-26CC3EECB2E3@microsoft.com...
> | > | 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
> | >
> | >
> | >
>
>
>