Stumped on a cfgrid problem

2006-11-13 Thread Les Mizzell
OK, ugly unformatted test page:

http://208.112.27.110/services_TEST.cfm

At the address above
Nothing in I.E.
Firefox paints up grid, but no data and no submit button, though it's in 
my code.!


Works Locally in I.E. and Firefox
EXCEPT - the Submit button isn't showing up.



Uhhh - I've been trying to figure out the problem for the last 4 hours 
now. Ideas?


There's a cfoutput block at the bottom to confirm the query is working. 
It is.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: Stumped on a cfgrid problem

2006-11-13 Thread Stephen Hait
 http://208.112.27.110/services_TEST.cfm

 At the address above
 Nothing in I.E.
 Firefox paints up grid, but no data and no submit button, though it's in
 my code.!


 Works Locally in I.E. and Firefox
 EXCEPT - the Submit button isn't showing up.

You might try escaping the forward slashes in your document.write statements:
/embed to \/embed, /iframe to \/iframe, /br to br \/

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: Stumped on a cfgrid problem

2006-11-13 Thread Les Mizzell
Stephen Hait wrote:
 http://208.112.27.110/services_TEST.cfm


 You might try escaping the forward slashes in your document.write statements:
 /embed to \/embed, /iframe to \/iframe, /br to br \/


That's the auto-generated code!

Here's what's on the page:

cfform format=flash action=_admin/formdump.cfm

cfgrid name=grid_services
   selectmode=edit
   query=services
   insert=yes
   delete=yes
   height=500  /

pinput name=Submit type=submit value=save //p

/cfform

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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