>
> I'm not able to init checkbox
>
> <form>
> [- $fdat{xxx} = "on" -]
> <input name=xxx type=checkbox>
> </form>
>
<input name=xxx type=checkbox value=on>
You need the value attribut. Embperl add the checked attribute when the
value in %fdat is the same as that one given in the value attribute of the
tag and will remove it if the values are different.
The example that Erich wrote works too, but is more complex
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925151
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]