Search the web
Sign In
New User? Sign Up
cfajax
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1450 - 1480 of 2032   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1450
To be more specific (since no one has replied to my earlier post), ... The instruction at "0x7753108e" referenced memory at "0x040fd250". The memory could not...
Jason Malfatto
jmalfatto
Offline Send Email
Apr 3, 2006
5:46 pm
1451
Yahoo! User Interface Library http://com2.devnet.scd.yahoo.com/yui/ Has anyone used YUIL in conjunction with cfajax?...
Dan Plesse
empiricallys...
Offline Send Email
Apr 4, 2006
10:08 pm
1452
Hiya, Please help if you can, getting desperate now. :( I get the whole KEY - VALUE thing for the return data array (example below), but I am trying to...
Henry Wills
henry_wills
Offline Send Email
Apr 5, 2006
4:14 am
1453
You can set a variable in your JS that contains the rowid, to be read later by the returning function. In your case, set the variable in ajaxGetJobcodes() and...
James Holmes
holmesjr_2005
Offline Send Email
Apr 5, 2006
4:22 am
1454
Thanks James, That just came to me too in a flash of inspiration, I was just coming back here to post my workaround :) Guess you beat me to it with your (very...
Henry Wills
henry_wills
Offline Send Email
Apr 5, 2006
4:31 am
1456
I believe you need to use: DWREngine._execute(_cfscriptLocation, null, 'jobtitlelookup', categoryid,categoryid,"array", getResult); They key is the "array"...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Apr 6, 2006
8:43 am
1457
Hi, I have been puzzling over this for hours, experimenting with displaying values on the screen, and eventually discovered this. (sorry, this is a bit long,...
Henry Wills
henry_wills
Offline Send Email
Apr 6, 2006
4:52 pm
1458
Whoops - I meant addOptions function (I said addValues). ... relating ... show ... is ... so ... space ... white ... comparison....
Henry Wills
henry_wills
Offline Send Email
Apr 6, 2006
4:54 pm
1459
I think I get you. The post-page scenario is expected. JS is an event driven language and when the page reloads the expected process would not fire unless...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Apr 6, 2006
5:41 pm
1460
I ran into this same issue... this was an issue I addressed in my several mods to util.js (I'll post my work when I get my site built)... but I'll post this...
ricekilla963
Offline Send Email
Apr 6, 2006
8:01 pm
1461
Hi Neil, No it wasn't the firing of the JS function that was an issue. It was the fact that the submitted value had some white space on the end and so when...
Henry Wills
henry_wills
Offline Send Email
Apr 7, 2006
8:18 am
1462
Spot on - I was reluctant to modify and of the AJAX files, for the simple reason that if I download the latest release I would then need to see if that had...
Henry Wills
henry_wills
Offline Send Email
Apr 7, 2006
8:23 am
1463
Hi All, Magna Infotech is a premier IT company with offices and development centers in USA, Europe and India. In India, Magna Infotech has offices in...
magnacareer
Offline Send Email
Apr 7, 2006
10:08 am
1464
Just create a changes.txt to keep up with what you do to it, then check the latest version for fixes... read the code directly, or create my all time favorite:...
ricekilla963
Offline Send Email
Apr 7, 2006
1:15 pm
1465
Can I have a menu on the left, with nothing more than an empty DIV tag in my page body and have Ajax return a fully formatted page with style attributes and...
slanek15
Offline Send Email
Apr 7, 2006
7:14 pm
1466
I am having trouble with this setting: DWREngine._debug = true; <form name="frm"> <textarea id="error" name="error" rows="20" cols="80"></textarea> </form> I...
runespyder
Offline Send Email
Apr 7, 2006
8:19 pm
1467
Yes, you can return HTML and use the innerHTML property of a div to populate it, although bear in mind that CFHTTP will get the head and body tags if you use...
James Holmes
holmesjr_2005
Offline Send Email
Apr 9, 2006
1:07 am
1468
Ok, I experimented with this, and got it to kind of work, but it brought up a new question. If I do a CFHTTP to a file that exists on one of my websites that...
slanek15
Offline Send Email
Apr 10, 2006
2:59 pm
1469
Hey folks - So a set of cfajax functions that works fine on my dev environment - I'm trying to move it over to a testing environment. I've moved all the...
Scott
sweikert65
Offline Send Email
Apr 10, 2006
6:46 pm
1470
If I use CFHTTP to get a page where anonymous access is enabled in IIS, I don't have a problem, but if I use CFHTTP where anonymous access is turned off in...
slanek15
Offline Send Email
Apr 10, 2006
9:21 pm
1471
If I use CFHTTP to get a page where anonymous access is enabled in IIS, I don't have a problem, but if I use CFHTTP where anonymous access is turned off in...
slanek15
Offline Send Email
Apr 10, 2006
9:22 pm
1472
If you're getting a page on your website, why not just use cffile? <!----------------//------ andy matthews web developer ICGLink, Inc. andy@... ...
Andy Matthews
icglinkandy
Offline Send Email
Apr 10, 2006
9:24 pm
1473
Well, I was planning to use Ajax for my application menu. The user clicks on the menu item and it retrieves a page to display in the main content area of the...
slanek15
Offline Send Email
Apr 10, 2006
9:28 pm
1474
You can use AJAX for this but it seems a little excessive. All I'm saying is that you don't have to use cfhttp if the file exists on the same server as your...
Andy Matthews
icglinkandy
Offline Send Email
Apr 10, 2006
9:42 pm
1475
instead of doing a CFHTTP, why not use a combination of cfsavecontent and cfinclude?...
Ken Auenson, II
kja2
Online Now Send Email
Apr 10, 2006
10:04 pm
1476
Nevermind on this - I'm starting to suspect it was just the browser hanging onto old code (despite numerous cache clearings). I decided to re-org my file...
Scott
sweikert65
Offline Send Email
Apr 10, 2006
10:57 pm
1477
Is your nav menu really THAT expensive to load? If it is, I think maybe you should look at that rather than trying to fake the funk. I'm all for finding...
Ken Ferguson
ksferg_99
Online Now Send Email
Apr 11, 2006
1:15 pm
1478
I'm such a dingleberry. Yes, that's a perfect solution. Don't know why I was overcomplicating it. 2 points for you. Kevin ... cfsavecontent and...
slanek15
Offline Send Email
Apr 11, 2006
1:18 pm
1479
No, it really isn't that expensive, and that wasn't my primary concern. However, it's a collapsable menu, so when the user would go from page to page, the...
slanek15
Offline Send Email
Apr 11, 2006
1:23 pm
1480
Try setting a variable to remember which page they are on and use that to show which item to show expanded. Similar to highlighting a navbar for the page or ...
bbetts@...
bonnie1_b
Online Now Send Email
Apr 11, 2006
2:56 pm
Messages 1450 - 1480 of 2032   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