all groups > coldfusion flash integration > march 2005 >
You're in the

coldfusion flash integration

group:

CFFORM Format Flash not work with IE


Re: CFFORM Format Flash not work with IE Mike Nimer
3/18/2005 2:35:33 PM
coldfusion flash integration:
is your form inside of a table. IE has a problem loading plugins inside a
table, when the plugins use percentages for the height/width. Try setting
the h/w of your form and see if that does it.

<cfform width="400" height="500">

hth,
----nimer


[quoted text, click to view]

CFFORM Format Flash not work with IE francois-yanick
3/18/2005 4:28:11 PM
I saw that this request was responded previously by saying that when you cann
see the form in Netscape but not in IE, that mean IE did not had access to
appropriate scripts from the CFIDE. Well, okay but how ti give access to IE for
that script?

Also, I do not understand why I can see the flash-form in another page for the
same website but not for one specific page with a much more simplier form-flash
code:

<cfform name="form1" action="whatever.cfm?#url.taid#" method="post"
format="flash">
<cftextarea name="fReason" label="Reason" required="yes" message="In order to
reject a check request, you need to indicate a reason to be sent to the
requester."></cftextarea>
<cfinput type="submit" name="fSubmit" value="Submit" />
</cfform>

Thank's!

Re: CFFORM Format Flash not work with IE francois-yanick
3/18/2005 8:04:52 PM
Yes, I notices that problem about cfform inside table formatting. In this case,
it is not inside the table. Actually, the page has no table. Just the cfform.
Which had some weird illogic on top of the problem!!
AddThis Social Bookmark Button