-
checkbox form request - []2010-03-15
CHECKBOXs are only sent to the CGI if they are on; if they are off, no name/value pair is sent (try out the form above to see).
checkbox提交的是name/value,value="**"此属性不给定的话,则默认value="on"(只会有on,不会有off,off的都不会提交)
Tags:


