I have seen this type of thing happen, and although it is always the
client's fault, it can be tricky to track down. For example, if your
CFINCLUDE depends on some form input, and the browser isn't submitting the
form properly, it can fail to send fields CF is counting on using. When CF
doesn't get the fields submitted, it gives an error.
Specifically, I have seen this happed twice recently with IE5 vs IE4 on a PC
when the form tags for a form were in a certain position around a table. I
can't remember the exact details, but I seem to recall that when the <form>
tags were outside of the table, but all of the input fields were inside the
table, one of the browsers wasn't submitting the fields correctly. Took us
about two hours to figure the problem out the first time.
This could also happen if your code is dependant on something else which
could be browser specific such as a CGI var like #CGI.REMOTE_ADDR#. Not all
CGI vars available in CF are properly sent by all browsers...
I would suggest turning on debugging info on the server and verifying that
the info sent from each browser is consistent, including form fields, CGI
vars, and anything else CF may be receiving and depending on from the
client....
-Cameron
--------------------
Cameron Childress
ElliptIQ Inc.
p.770.460.7277.232
f.770.460.0963
> -----Original Message-----
> From: Owens, Howard [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 11, 2000 2:16 PM
> To: CF-Talk
> Subject: RE: So, the Client isn't an issue to the CF Server?
>
>
>
>
>
> Larry W. Virden wrote:
>
> >ColdFusion doesn't in general ensure that HTML generated is cross
> platform.
> >That takes careful programming.
>
> Well, yeah. But this isn't an HTML issue. We're not talking about
> the HTML going in or coming out. We're talking about what is happening on
> the server. On the server, the query include is not being executed when a
> request is sent by IE on Mac, whereas the query include is
> executed when the
> request comes from IE on Windows, etc.
>
> H.
>
>
>
> =========================
> Howard Owens
> Web Producer
> InsideVC.com
> mailto:[EMAIL PROTECTED]
> =========================
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.