Hi all,
Thanks for your time.
 
I'm at wits' end trying to make the cfgrid appear in IE6-7 - it works fine in 
firefox, but client uses IE. I know I'm doing something stupidly wrong, but 
what??

It chokes on the following line (when I view source):
 
CF_RunContent('<object id=\'CFForm_1\' 
classid=\'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\' 
codebase=\'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0\'
 width=\'500\' height=\'100%\'> \n    <param name=\'src\' 
value=\'/admin/1535828797.mxml.cfswf\'/>\n    <param name=\'wMode\' 
value=\'Window\'/>\n    <param name=\'flashVars\' 
value=\'historyUrl=%2FCFIDE%2Fscripts%2Fcfformhistory%2Ecfm%3F&lconid=" + lc_id 
+"&%5F%5FCFForm%5F1%5Fcacheid=858FF06D%2DDAF5%2D8E9E%2D51C5067E1B888AB6&%5F%5FGridTables%5Fcacheid=858FF05E%2D0F0F%2D9483%2D7676E8FB892511AC\'/>\n</object>\n');

I also ran it on browsershots to see if it was a browser setting - didn't show 
there either on IE6-8. 
 
I've tried changing my browser settings but no luck, unless I'm missing a 
setting.
 
I've scoured the internet looking for a similiar issue, but nothing that gave a 
solution or hint. I also tried xhtml vs html, etc.

Here's the kicker - I ran the output code thru w3.org html validator/tidy and 
when I dumped the output as an html file back onto the server, it works in IE, 
but not in Firefox.
 
In IE, the values appear in the source code if using html or xhtml, but nothing 
appears on the page.

here's the code:
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
<html>
 <head>
 <title>Admin</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
 <body>
<CFQUERY NAME="getrecords" DATASOURCE="dsnfoobar" username="foo" password="bar" 
>
 SHOW TABLES
</CFQUERY>
<h3>cfgrid Example</h3>
<p>Here is the grid</p>
<cfform format="flash" width="500" skin="HALOBLUE" action="inputaction.cfm" >
<cfgrid name="GridTables" selectmode="single"  query="getrecords" insert="no" 
delete="no" width="500">
</cfgrid>
</cfform>
</body>
</html>
 
Please feel welcome to email me if you like, as I'd like to get this done 
instead of waiting until the messages are archived.

Thanks much!!

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317253
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to