help-cgicc
[Top][All Lists]
Advanced

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

help with check box and radio box


From: David Garrison
Subject: help with check box and radio box
Date: Sat, 2 Feb 2002 19:36:32 -0600

Hi,
Just starting with cgicc and can't figure out how to create a checkbox or radio 
box. Couldn't find any examples in the docs or on the web.
Tried the following but get compile errors.

           input cbox("");                      
           cbox.set ("TYPE", "checkbox");       
           cbox.set ("VALUE", "on");
           cbox.set ("NAME", "restart_bios_config");

I get this error:
request for member `set' in `cbox', which is of non-aggregate type `input () ()'

Thanks,
David     address@hidden



reply via email to

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