>
> <input type = 'text' size = '80'>
> Gets turned into:
> <input type="text"  size = '80'>
>

Yes, when Embperl outputs a attribute it knows about it will write the value
in double quote, regardless how the source was. So

<input type=text size = '80'>

will become also

<input type="text"  size = '80'>

That's because Embperl internaly keeps known attributes in a tree structure
and don't keep the quotes. As far as I see there should be no problem with
this behaviour. If it is let me know, where this makes a problem for you.

>
> <INPUT TYPE=CHECKBOX NAME=bob VALUE=on>
> When we submit a form it behaves differently than if we have:
> <INPUT TYPE=checkbox NAME=bob VALUE=on>
>

This seems to a problem with case. Embperl seems to only reconize the lower
case checkbox. I fix it ASAP

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 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to