RE: [xsl] xsl and checkbox

Subject: RE: [xsl] xsl and checkbox
From: "Thomas V. Nielsen" <thomas@xxxxxxxxxxxxx>
Date: Wed, 9 Oct 2002 21:38:49 +0200
Hmm, if you give the checkbox a name and a value, then the value is
submmittet, like
<input type="checkbox" name="myBox" value="checked"/>

Then given the postback is xml format, you could test for wether the value
is "checked" or not

<Thomas/>


> -----Original Message-----
> From: Frans Herbst [mailto:fherbst@xxxxxxxxxxxxx] 
> Sent: 9. oktober 2002 19:25
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] xsl and checkbox
> 
> 
> Can anyone perhaps give me some example how to add a checkbox 
> to a style
> sheet,
> so that I reference it with javascript to see if it is 
> checked or not ?
> I can add the checkbox, but anyway I tried to check if it is 
> checked or not
> failed
> 
> Any help on this would be very much appreciated.
> 
> Frans Herbst
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread