Kyle, There are other methods that can work to provide the same kind of functionality, but are cross browser solutions (if that's a concern.)
Here's one method that uses DHTML: http://www.pengoworks.com/index.cfm?action=articles:gatewayApi And the API I wrote that uses the technique: http://www.pengoworks.com/workshop/js/gateway/ The only thing you'll want to note, is that NS4 doesn't allow a form to target an ilayer--this means if you want to post the results of the form directly, this won't work in NS4. However, you can serialize the results to WDDX or even just send multiple parameters via the URL using this technique and it works w/all v4 browsers and above (PC and Mac.) One thing my API does is provide for an onRequestTimeout event which is triggered if the client doesn't receive information back from the server in the specified time frame. - Dan ....................................... : Name: Dan G. Switzer, II : : E-mail: [EMAIL PROTECTED] : : Blog: http://blog.pengoworks.com/ : :.......................................: > -----Original Message----- > From: McNamara Kyle W CONT PORT [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 05, 2003 8:06 AM > To: CF-Talk > Subject: XMLHttp COM object with IE 6 and CF5 > > Hello, > > Has anyone worked with the XMLHttp COM object with IE 6 and CF5 to submit > forms that appear to be stateful? > > Thank you, > > Kyle > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

