I am sorry but I am referring to 3 different websites not email addresses. It was a typo on my end. So my problem is how to solve the cross domain issues in...
you cannot, it is the browser that stops you doing this for security reasons, otherwise XSS attacks would be even easier. You will need to keep the AJAX calls...
I have a single suggest object, however the application supports multiply companies, which means a user may select different companies to perform the task at...
I have a cffunction. which displays the dropdown of programs (database driven). I need to be able to display program requirements. I was able to do retrieve...
You are right, the result set gets cached. I think we change the code inside the suggestMainLoop() so that it doesn't look for cached result, it will work fine...
Thanks for the suggestion. I'm now always performing the getData (val) when the number of characters are reached. It would be nice to have a parameter (set in...
Well my previous post stated I'm now always doing the getData(val) when the number of characters are reached. That "fix" increased the client CPU load big...
Hi all, we are developing an application that makes use of AjaxCFC with JQuery. In production, this app will only be accessible via https. During our first...
Hi, The purpose is: when I select a country a 'input select' with states are updated. And the problem: I got this error msg from js console in IE (6.0): "The...
I have function that supposed to display requirements acording on the program selected and it does that. Thje eproblem is even if I have HTML tags saved in the...
Hi there, because of the spam messages that keep getting through, I thought maybe you could change the group settings so that group membership needs to be...
Not to encourage Saloni (how do we get his account and net block banned ?), but Wipro cost my wife her job, so please ignore this spam. -- Tom Chiverton, you...
... I've reported you via. the Y! abuse form, and hope others do too. -- Tom Chiverton **************************************************** This email is sent...
Whoever runs this group, can you please put a stop to all this spam ? From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of Reena S Sent:...
Consider it done. ... maybe you could change the group settings so that group membership needs to be approved. I did the same with our German CF list and it ...
Thanks Rey. I banned all authors who have sent spam and closed the group to require membership approval. ~Rob ... planning to ... (asp.net, ... yourself for ...
Hello All, Does anyone have any thoughts on why this page works in FF, but not IE7? http://www.castlesandestates.com/index.cfm?view=agents2&agentType=IRES I...
I can't tell the error by the top of my head, but I can tell you it's broken on IE6 as well. I can see the Ajax call going through, which means it's the...
Could my issue have something to do with this Knowledge Bas article? http://support.microsoft.com/kb/276228 It appears that addOptions() in the util.js file...
Is there a way within JS to check and see if the DWREngine._execute has completed running? The reason I ask is I am trying to add a DWREngine._execute() to an...
Just to get something that will work for now I changed things around on this. I stripped out the if() statement that runs the execute and put it back into the...