I figured it out... the #javaint# field was all numeric, javascript didn't like 
that.  I just added a few characters to the beginning and it took care of it.


> The info seems to be appearing correctly in the page source:
> 
> <form name="form" id="form" action="runform.cfm" method="post" 
> onsubmit="return _CF_checkform(this)">
> 
> 
> <input name="2" type="text" id="2"  /> <input name="chk2" type="text" 
> id="chk2"  />John Doe 2<br />
> 
> <script type="text/javascript">
> function java2(form) {
> if(form.2.value == form.chk2.value) {
> return true;
> }
> else {
> alert("Error: John Doe's info does not match.");
> form.chk2.focus();
> return false;
> }
> }
> </script>
> 
> -----------------------------------------
> I am really starting to think I'm missing something obvious here...
> 
> Jess
> 
> 
> 
> >The ToString would do it's work before it got to the browser so it's
> >probably something else.
> >
> >View the source of the page and see if all the functions and calls 
> to
> >functions are named correctly.
> >
> >Adrian


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312351
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to