---Reply to mail from Owens, Howard about So, the Client isn't an issue to the CF
Server?
>
> Chris,
>
> While I was home at lunch, I was looking over my code and
> remembered/realized I do have a <cfif> within the case ... it determines,
> based on a hidden field passed from the form page, which query to run (an
> insert or an update). It struck me that this might be a promising place to
> experiment to see if this is the the problem. I'll play around with it
> tonight, see if I can find a work around ... the variable is getting passed
> (and obviously, the conditional works with other browsers), but maybe for
> some reason it's not triggering when it comes from Mac.
>
This is your problem. IE5 on a mac has a strange (extremely strange, damn
right weird infact) behaviour on ALL form fields. It puts a line
termination (either CR/LF or LF or CR, can't remember which) string on the
end of the form field ! You need to Trim( ) that variable before comparing
it. I don't know how this thing isn't breaking sites all over the place -
but it certain has caused me headaches in the past.
---
James Sleeman
[EMAIL PROTECTED] (home)
[EMAIL PROTECTED] (work)
------------------------------------------------------------------------------
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.