> I have been half heartedly playing with manipulating the > form, I found a key that appears to be randomly genereated > that is part of the form in a hidden variable. I think it > may just be easier for me to do this by using javascript > and frames... This way the form is actually loaded in a > frame and I populate the values and submit by populating > via javascript form the other frame...
You can just use CFHTTP to fetch the form, parse the returned string for the key, then send that name-value pair back with the rest of the data in a CFHTTP POST. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

