Make sure you've nested your cfform tags properly:

<cfform>

<table>
.....


</cfform>

</table>

Will prevent the content from displaying. 

<cfform>

<table>
.....

</table>

</cfform>

Will display the content. 

I ran into this the other day. Might be your problem.

You could also try using a plain <form> instead and see if that works.

Cheers

Will

-----Original Message-----
From: Don L [mailto:[EMAIL PROTECTED] 
Sent: 15 January 2008 03:41
To: CF-Talk
Subject: Re: beat a dead horse?

> Don,
> 
> What are your problems in FF?
Hi Mark,

cfform content is not being displayed, one culprit could be that one of the
few cfforms may not have unique name, I'll dig a bit but unlikely because
previously no such problem.  In the process of streamlining process to
improve performance I may inadvently cut corners... I'll do a good review
tomorrow morning, and update you here.

> 
> Is it CF based JS code (I would be surprised, since I know the 
> libraries it was written on), or what you have written?
Yes, I've written some JS code but not tons of them and I would think they
are pretty straight-forward, and these JS code work just fine with both
browsers, I'll do a good review in the morning when it's not that dull...

> Maybe we can resolve the issues?
I appreciate it.

Don
> 
> Mark
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296595
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to