> -----Original Message----- > From: James Smith [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 18, 2007 5:42 AM > To: CF-Community > Subject: RE: JS HTTP Request? > > Ok, I have clearly missed something. At present my code looks like > this...
No - I missed something. I lied to you. This line is wrong: myRequestPool = new DP_RequestPool().startInterval(100); I'm using a slightly newer version of the component which does allow this, but the one up for download doesn't (it doesn't return a reference to the Pool from "startInterval"). Right now if you "alert(myRequestPool)" you'll get "undefined". Just split the line into two: myRequestPool = new DP_RequestPool(); myRequestPool.startInterval(100) I tried this (like I should have the first time) with the version on the website and it worked. Sorry about that... I really didn't mean to send you down a rat hole! Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:248562 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
