Search the web
Sign In
New User? Sign Up
ajaxcfc · ajaxCFC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1426 - 1492 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1426
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...
kreator_phx
Online Now Send Email
Aug 1, 2007
7:26 pm
1427
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...
nosnewsauhsoj
Offline Send Email
Aug 2, 2007
8:01 pm
1428
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...
homework1c1
Offline Send Email
Aug 8, 2007
8:32 am
1429
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...
erik tsomik
erstud77
Offline Send Email
Aug 10, 2007
2:59 pm
1431
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...
sixfivenhalf
Offline Send Email
Aug 13, 2007
1:11 am
1432
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...
Christopher Jordan
c_s_jordan
Offline Send Email
Aug 13, 2007
3:43 pm
1433
Thanks Chris for the offer of help - I have managed to muddle my way through it and here was my result: function addInvitee(vals) { newArr =...
sixfivenhalf
Offline Send Email
Aug 14, 2007
1:17 am
1434
Is there an example of a jQuery version of the suggest out there? I spotted ...
sixfivenhalf
Offline Send Email
Aug 14, 2007
1:25 am
1436
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...
speake sofly4
speakesofly4
Offline Send Email
Aug 14, 2007
1:18 pm
1439
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...
Keith
head_java
Offline Send Email
Aug 21, 2007
3:53 pm
1440
You need quotes inside your string for title, so it ends up being title="This is my string" instead of title=This is my string: return '<img...
Dave Phillips
davephillips...
Offline Send Email
Aug 21, 2007
4:21 pm
1442
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...
Keith
head_java
Offline Send Email
Aug 23, 2007
3:46 pm
1443
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,...
Snake
snake_hollywwod
Offline Send Email
Aug 23, 2007
5:52 pm
1444
I read your profile today, I thought I would drop you a line and hope to become your friend! Check my personal page here: ...
girlpnrider
Offline Send Email
Sep 4, 2007
2:09 am
1447
Our company has multiple applications belonging to the same domain. I have abc@... that is the ecommerce site. I also have def@... and...
bethttiambeng
Offline Send Email
Sep 6, 2007
6:20 pm
1448
I think you are confused. An email address is not a web site. You cannot "go to" abc@company. <mailto:abc@...> com as it is not a web site url. You...
Snake
snake_hollywwod
Offline Send Email
Sep 6, 2007
7:53 pm
1450
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...
bethttiambeng
Offline Send Email
Sep 7, 2007
4:28 pm
1451
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...
Snake
snake_hollywwod
Offline Send Email
Sep 7, 2007
4:42 pm
1454
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...
Keith
head_java
Offline Send Email
Sep 13, 2007
2:35 pm
1456
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...
erstud77
Offline Send Email
Sep 14, 2007
1:36 pm
1457
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...
Farah Omar
ofarah24
Offline Send Email
Sep 14, 2007
2:15 pm
1458
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...
Keith
head_java
Offline Send Email
Sep 14, 2007
4:10 pm
1459
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...
Keith
head_java
Offline Send Email
Sep 14, 2007
8:11 pm
1462
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...
CF
procept2000
Offline Send Email
Sep 21, 2007
7:30 am
1463
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...
Leandro Alves
bigfootssa
Online Now Send Email
Sep 24, 2007
2:39 pm
1471
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...
erik tsomik
erstud77
Offline Send Email
Oct 2, 2007
8:13 pm
1475
Anybody have experience creating a "multi suggest" field? Like the address field in Gmail....
donzacharias
Online Now Send Email
Oct 4, 2007
10:18 pm
1479
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...
CF
procept2000
Offline Send Email
Oct 5, 2007
8:29 am
1491
What is the correct way to call the cfc with _cfscriptlocation when the cfc's are outside the webroot? THanks, D...
derekbinaz
Offline Send Email
Oct 9, 2007
6:34 pm
1492
Hey Derek, As I mentioned, you'll have to use a proxy to do that. Rey...
Rey Bango
reybango
Offline Send Email
Oct 9, 2007
6:43 pm
Messages 1426 - 1492 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help