<cfform action="ClaimsTop.cfm" method="post" scriptsrc="../../CFIDE/scripts/"
name="ClaimsTop" height="285" width="480" format="Flash" skin="HaloBlue">
<cfformgroup type="tabnavigator" height="240" style="marginTop: 0">
<cfformgroup type="page" label="Contact Information">
<cfinput type="text" name="filenum" width="200"
label="Full number" >
<cfinput type="text" name="pfilenum" width="200"
label="Partial number" >
<cfinput type="submit" name="Go2" value="Look"
width="100" />
</cfformgroup>
</cfformgroup>
</cfform>
(Why we're specifying an alternate CFIDE relates to how we implement security
measures here.)
The code above works.
If I insert a javascript call into a cfinput, e.g.,
<cfinput type="text" name="filenum" width="200" label="Full number"
onChange="this.value=removeSpaces(this.value);">
Then it doesn't.
? The docs on cfinput indicate I can do this.
Any clues? Works okay is a standard form, BTW.
Larry Stephens
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335995
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm