On 12/11/02, Eric Hoffman penned:
>Okay, have a form that works well on the pc in ie and all.
>
>Uses cfform...action=post
>
>And when a mac users uses it, on the action page where t processes, It
>tells me that form fields don't exist.  (and I know they do, because I
>use my pc and it works.)
>
>Can anyone shed some light for me?????

If they are refreshing the page after submitting it, it will break 
because IE 5 for Mac doesn't resend form posts. Been griping at MS 
about this for a year (without a response of course) and it is the 
only reason I don't use it. Makes it absolutely impossible to do any 
development with it.

Also, I presume you mean cfform METHOD=POST (not action=POST). I 
haven't tested whether it will make a difference, but when using 
cfform you shouldn't put method=post because cfform puts it there 
itself, so you end up with

cfform action="somepage.cfm" method=post method=post

And Kelly Tetterton wrote:
>mac IE will append a trailing space to *every* form field, so all 
>form fields MUST be trimmed;


I've never experienced that. The value I enter is the value that's 
passed, no trailing spaces. But if I refresh, any form fields are no 
longer defined.

-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to