Glad to be of help.
-----Original Message----- From: Don L [mailto:[EMAIL PROTECTED] Sent: 15 January 2008 16:32 To: CF-Talk Subject: Re: beat a dead horse? Many thanks, Will, this is exactly what caused the problem which initially I did not expect, I wished I checked this thread first 45 minutes ago. One problem with FF2 remains though, that is, the following code would return a full window instead of current window (what size it may be) <cfform name="cancelCal" method="post"> <table> <tr> <td colspan="2" width="95%"></td> <td align="right"><cfinput type="button" name="cancel" value="Cancel" onclick="#ajaxlink('AppMain.cfm')#"></td> </tr> </table> </cfform> To everyone else, many thanks as well. Don >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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:296649 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

