I'm passing text fields, checkbox and radio button, but the problem appears
only with text fields.
There is no pattern with the browser version or model (most of users works
with IE 4/5).

This is an example code:

<cfform action="actionurl.cfm?variable=#nameofavariable#" method="POST"
enablecab="No">
    <cfinput type="Text" name="nameofthevariable" value="#query.variable#"
required="No" size="20" maxlength="16">

    <cfinput type="Text" name="nameofthevariable1" value="#query.variable1#"
required="No" size="20">
    <cfinput type="Text" name="nameofthevariable2" value="#query.variable2#"
required="No" size="20">
    <cfinput type="Radio" name="tipo" value="1">
    .......
</cfform>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to