xsl-list
[Top] [All Lists]

RE: xsl and checkbox

2002-10-09 12:38:49
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(_at_)cortell(_dot_)co(_dot_)za] 
Sent: 9. oktober 2002 19:25
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>