Oh, on that note, I remember someone else mentioning that some browsers
don't pass stuff properly if the html for the form is improperly nested,
i.e. years ago when I started, I used to use

<table><form><tr><td></td></tr></form></table>

In order to eliminate the quarter inch or half inch margin on the top and/or
bottom of the form ( this was before I started working with style sheets
)... In this example, make sure your form tags are either inside of a <td>
or <th> or outside of the form... And double-check your table tags to make
sure they all validate properly, i.e. a missing </td> or the like might
render properly on the form page in ie for Mac and then screw up the form so
it doesn't pass a field or two... this might be especially helfpul if it
turns out the form fields not being passed are all huddled together at the
bottom of the form.


hth

Isaac Dealey
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

> I've seen this happen on Mac's using IE 5.  Apparently there is some sort
> of
> bug in that browser which does not pass all form fields.

> Check your logs and see which browsers are experiencing this problem.
> ----- Original Message -----
> From: "S. Isaac Dealey" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, August 29, 2002 8:24 AM
> Subject: Re: Missing form fields - anyone experienced this error ?


>> > Has anyone else experienced these missing form data errors
>> > ? These are not
>> > due to improper bookmarking, or due to browser having
>> > JavaScript disabled.
>> > The form field exists, but on submittting, is somehow not
>> > available to the
>> > next page.  These occur randomly, and therefore cannot be
>> > a coding issue.
>>
>> > We are getting these errors more frequently when the
>> > traffic is higher.
>> > This seems to imply some problem with session management,
>> > either with CF
>> > Server or IIS. We are using CF 4.5 SP2 on Win 2K Server,
>> > with IIS 5 and SQL
>> > 2000 DB.
>>
>> Off the top of my head, the only suggestion I have is to make sure that
>> you're not talking about checkboxes, radio buttons or multiple-select
> boxes
>> which could potentially not have a value selected to pass to the next
> page.
>>
>> Isaac
>> Certified Advanced ColdFusion 5 Developer
>>
>> www.turnkey.to
>> 954-776-0046
>>
>>
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to