bug-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cgicc] cgicc bug?


From: Claudio Alberto Andreoni
Subject: [bug-cgicc] cgicc bug?
Date: Sat, 19 Aug 2006 17:27:02 +0200
User-agent: KMail/1.8

A friend of mine suggested that I had better NOT to follow the W3C HTML 4.0
standard [setting the value of a checkbox (<input type="checkbox" name="cn" 
value="cv" />)]
and just do: cgicc.queryCheckbox("cn");
instead of: cgicc.queryCheckbox("cn"); string myvalue = cgicc.getElement("cn");
So I found another way to add a text value to a checkbox.
If not queried for values, the app works perfectly -breakdowns still happen if
I try to get the value of a checkbox-

Congratulations for the cool APIs
        Claudio A. Andreoni




reply via email to

[Prev in Thread] Current Thread [Next in Thread]