Merry Christmas to All, Just a little of the list topic, but I'm sure we've all dabbled in java script, some more than others.
>From inside my CF pages I'm trying to mimic a submit on from the Airborne Trackship page. http://track.dhl-usa.com/TrackEmail.asp?nav=TrackByEmail This form allows you to enter some tracking numbers and an email address and have the data returned to the submitted email address. I already have some code in place to check for and read the incoming email, parse out the data and posted it to a database. Using view source in the browser I know that there is a java function call to this page: TrackEmail.asp and that the two input fields are txtTracknbrs and txtEmailAddress. So I put this together like a form submit: http://track.dhl-usa.com/TrackEmail.asp?nav=TrackByEmail&txtTracknbrs=856420 12466&[EMAIL PROTECTED] using cfhttp to submit it. Of course this isn't working and that's where you folks coming in; you get the chance to tell me what I'm doing wrong or that what I'm trying to do is totally wrong. Any thoughts would be appreciated. TIA Jim ________________________________________________________________ To unsubscribe: send a message to [EMAIL PROTECTED] with 'Unsubscribe CFUGCNY' in the body. To send a message to the list: [email protected] List archives: http://www.mail-archive.com/[email protected]/index.html Visit our website: http://www.cfugcny.org
