0

ajaxCFC Issue

ColdFusion
Hello All,
Does anyone have any thoughts on why this page (w/ ajaxCFC) works in FF, but
not IE?

http://www.castlesandestates.com/index.cfm?view=agents2&agentType=IRES

Here is my JS code..
http://codeshare.ulatu.com/oct2df1b

Here is my cfc..
http://codeshare.ulatu.com/octafb05

The JS function that doesn't seem to be working in IE is "getStates()"

Could it have something to do with this Knowledge Base article?

http://support.microsoft.com/kb/276228

It appears that addOptions() in the util.js file does you innerHTML.

Good Day!
Ryan
tags:
ColdFusion
Raymond Camden said:
 
Not saying this is your problem, but when I typically see an issue where IE bugs out and FF works, it is normally the content type. If you are serving up XML or JSON, you may want to ensure you have a cfcontent tag.
 
posted 442 days ago
Add Comment Reply to: this comment OR this thread
 
 
Ray, thank you so much for the the quick reply. I can't believe I forgot to put this in my original post, but I'm using the addOptions function built into the util.js file in the ajaCFC package. The function appears to use innerHTML to populate the dropdown box for me. I don't believe there are any areas where I can use cfContent.

Ryan
 
posted 442 days ago
Add Comment Reply to: this comment OR this thread
 

Search