Im not sure if Ill even be asking this right way but here is what I want to happen calling my web service. I would actually like to have the RAW SOAP package...
Is there by chance an explanation out there somewhere that does a simple step by step for those of us who are not versed in ajax/javascript? If there is anyone...
Earn Money Up to 3000$ with your PC Earn Money by Completing simple Projects either Online or Off-line. This is a Good Income Opportunity and Suitable for all...
I have a problem here I need to show the description of the degree by selecting the degree in the div tag. I have a cfc components but how can I use CFAjax to...
Hi All, Can anyone send me in the right direction for moving some old DWR ajaxCFC stuff over to jQuery? We have starting using some of the plugins on jQuery...
Duncan, I'm not in a place where I can offer extensive help (really busy today), but what stuff do you need the most help with? The general jQuery stuff or the...
Hi Friends! Sometimes u just cant predict what ur gonna find in ur mail! Just opened my mail n guess what? voip ! Have fun Guys, i think am gonna love it...
Good Morning, I have this function that get the data fine, I know this by the alert, however in the getInfoBox routine I'm builing a string with an graphic and...
Good Morning All, I'm having some trouble with the addOptions. I want to first add an <option> with the text "Pick from this list" but a value of 0. As coded...
This is what you want <script> opt = new Array(); opt[0] = new Object() opt[0].text = "Pick form list"; opt[0].value = "o"; DWRUtil.addOptions("foo",opt,...
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...