[Zope] processing checkbox parameters - browser differences

Tim Cook tim@freepm.org
Fri, 08 Jun 2001 11:12:51 -0500


Sandy Britain wrote:

> ------------------------------------------
> Here is the code that instantiates the checkbox:
> 
> <TD> <input type=checkbox name=<dtml-var id> value=1></TD>
> 
> Anyone know how to deal with this?
> 

Not sure if this will fix the problem in IE but I enclosed the
values in quotes and it works:
<TD> <input type="checkbox" name="<dtml-var id>" value="1"></TD>

HTH,
-- 
Tim Cook, President - FreePM,Inc. 
http://www.FreePM.com Office: (731) 884-4126
ONLINE DEMO: http://www.freepm.org:8080/FreePM