> -----Original Message----- > From: Doug James [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 11:25 AM > To: CF-Talk > Subject: Re: Emulating http server-push to Internet Explorer browsers > > I have successfully used XMLHTTPRequest to get data from a CF page without > a get/post. You page > would need to have a JavaScript function with a timer (very doable) rather > than a hidden frame.
I believe that XMLHTTPRequest is a GET or a POST (it would have to be, I think - one of the parameters it takes is "method"). I'm using it heavily on an HTA project I'm doing right now and it does work very well (although to actually honor cookies you should use HTTPWin instead... this was bear and a half for me to figure out). Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191070 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

