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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1095 - 1126 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1095
I'm getting an error when I navigate off a page in firefox before the script is finished loading. The error is a javascript alert that says Exception......
Kevin_K_Wong
Offline Send Email
Jan 3, 2007
3:11 pm
1096
Like you said, the problem is that the server code is not finishing in time. You can tell ajaxCFC to fire the function and wait for the results before...
Munson, Jacob
yacoubean
Offline Send Email
Jan 3, 2007
3:29 pm
1097
From what I understand, this is a serialization error that shows up in Firefox only. ( possibly in all of the Mozilla based browsers ) If you make all of your...
Dan Wilson
klar1ty
Offline Send Email
Jan 3, 2007
3:36 pm
1098
Ajax page: http://www.pickatutorial.com/tutorials/ajax_1.htm Coldfusion page: http://www.pickatutorial.com/tutorials/coldfusion_1.htm...
Raja Jee
pickatutorial
Offline Send Email
Jan 5, 2007
2:18 pm
1099
I fixed this error in the SVN, but haven't packaged it in a zip file yet. You can pull head of the SVN repo (engine.js file), or wait a few days until I...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 8, 2007
3:10 am
1100
OK, here's my first shot at Ajax. I spent a few minutes kicking around the echo example until I thought I understood how it worked. Then I set out to make a...
cf_greg
Offline Send Email
Jan 10, 2007
3:55 am
1101
Your component needs to extend ajax.cfc ... ... ~Rob...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 10, 2007
5:33 am
1102
Thanks for that tip. But I still don't seem to get the getUSPS() function to fire onkeyup. Nothing happens at all. I even tried an alert first thing in the...
cf_greg
Offline Send Email
Jan 10, 2007
2:23 pm
1103
Would someone please send me a zip of jQuery 1.1 alpha? SVN is blocked where I am at work. Thanks for any help you can give. Dan Wilson...
Dan Wilson
klar1ty
Offline Send Email
Jan 10, 2007
2:45 pm
1104
I found the link to the JQuery alpha on Robs site. If anyone else needs it: http://www.robgonda.com/blog/index.cfm/2007/1/8/jQuery-11-alpha-released-today -- ...
Dan Wilson
klar1ty
Offline Send Email
Jan 10, 2007
6:36 pm
1105
Are there any other AjaxCFC resources other than this yahoogroup? Like IRC or something else? I'm looking for some help getting up to speed with it....
cf_greg
Offline Send Email
Jan 12, 2007
9:05 pm
1106
Not that I know of, but feel free to fire questions our way. It's really not that hard though, if you download the examples and run through those you'll soon...
Munson, Jacob
yacoubean
Offline Send Email
Jan 12, 2007
9:22 pm
1107
<head> http://[myserver]/ </head> <body bgcolor="#006633"> <script language="javascript" type="text/javascript" ...
eddymilner
Offline Send Email
Jan 14, 2007
11:36 am
1108
Just posted additional information: http://www.robgonda.com/blog/index.cfm/2007/1/15/AjaxCFC-for-jQuery-Alpha2-Release ~Rob ... ...
Rob Gonda
z0mb1e7
Offline Send Email
Jan 15, 2007
6:19 am
1110
Hello Everyone, I have an application where a user can click on some text and the text become editable in a text area. This action is kicked off by an onClick...
Ryan
phidelt1350
Offline Send Email
Jan 16, 2007
3:51 pm
1111
I can't see anything wrong in your code. Have you viewed the source after an update to make sure your onclick event is there? ________________________________...
Munson, Jacob
yacoubean
Offline Send Email
Jan 16, 2007
4:07 pm
1112
Jacob, Thanks for your reply below is the result I get after doing an alert to show me the what the onClick function looks like after i do the save the updated...
Ryan
phidelt1350
Offline Send Email
Jan 16, 2007
4:30 pm
1113
Ryan, As you suspect, the problem stems from how you reassign the event handler. The first time it gets assigned via the onClick attribute in your TD like ...
Larry Reinhard
llrjgator
Offline Send Email
Jan 16, 2007
5:57 pm
1114
Larry, Thanks for your detailed reply. I've tried two of your suggestions, the eval and closure methods with no luck. Below is my code and results. ...
Ryan
phidelt1350
Offline Send Email
Jan 16, 2007
7:24 pm
1115
I have successfully implemented ajaxCFC in a couple other projects with no problems, however now I am getting a javascript alert "Object Error" after making a...
davehoff
Online Now Send Email
Jan 23, 2007
6:19 pm
1116
Sounds like you're testing in IE from the error. If so, there's a few IE ajax debuggers out there, hit google. I can't seem to find the site now, but I have...
Munson, Jacob
yacoubean
Offline Send Email
Jan 23, 2007
6:48 pm
1117
... "Sounds like you're testing in IE from the error. If so, there's a few IE ajax debuggers out there, hit google. I can't seem to find the site now, but I...
davehoff
Online Now Send Email
Jan 23, 2007
7:11 pm
1118
I found this on Ben Forta's site a few minutes ago: http://www.netgrow.com.au/files/javascript_dump.cfm It does the same thing as sDumper but the resulting...
daemach
Offline Send Email
Jan 23, 2007
7:33 pm
1119
It seems my IE7 issue was resolved simply by removing my onRequestEnd file....
davehoff
Online Now Send Email
Jan 23, 2007
7:51 pm
1120
Ah, that happened to me too. You can still use onRequestEnd, Rob posted some code to get around that issue. Hit the archives. ...
Munson, Jacob
yacoubean
Offline Send Email
Jan 23, 2007
8:16 pm
1121
I've been using this particular javascript dump function for about a month now, and it's really awesome. It's really helped in debugging my javascript. It has...
Christopher Jordan
c_s_jordan
Offline Send Email
Jan 23, 2007
8:48 pm
1122
ok here is my situation. I have a form of related select lists, the usual thing, select option from list1, it populates list2. This is a multi-page wizard...
Russ michaels
snake_hollywwod
Offline Send Email
Jan 24, 2007
3:42 pm
1124
For all of those who have switched over to AjaxCFC for jQuery, I wanted to ensure that you had all of the best jQuery resources available to you to help you...
Rey Bango
reybango
Offline Send Email
Jan 29, 2007
2:24 pm
1125
Good Afternoon all, I'm having some strange behavior when the callback object is blank/empty. I'm returning a comment from a record and if the comment happens...
Keith
head_java
Offline Send Email
Jan 30, 2007
8:16 pm
1126
I am using ajaxcfc and cfsavecontent to include a large form on a page based on a certian client to avoid loading the form numerous times on page load. All of...
gratzc
Offline Send Email
Feb 2, 2007
11:36 pm
Messages 1095 - 1126 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