I have a URL that I'm hitting: http://socket.carfax.com:8080/?REQUEST=INV <http://socket.carfax.com:8080/?REQUEST=INV&ONE_OWNER=Y&UID=C410881&VIN=1G6D M57N030113765> &ONE_OWNER=Y&UID=C410881&VIN=1G6DM57N030113765 It tells me if a vehicle has a report created on the CarFax website, and if that vehicle has a single owner. The output of that URL call is this: Yes (or no) N (or Y) It's separated by a line break and is not formatted in the traditional name/value pair: var1=Yes&var2=N how can I hit this URL and get back JUST the plain text? I'll format it in Flash once I get it back in. ____________________________________ Andy Matthews Senior ColdFusion Developer
Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <http://www.dealerskins.com/> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-Talk/message.cfm/messageid:296288 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

