i don't know if this is the answer to your question but... here is a code
snippet that takes it's data from somewhere else, and the submits itself to
yet a third program.

<html>
<head>
<title>Error</TITLE>
</head>
<body bgcolor="708090"
onLoad="setTimeout('document.forms[0].submit();',50)">
<form>
data, data, data
<input type="submit" value="submit">
</form>

I used this on error trapping (the "somewhere else" from above) to send me
an email with the error diags, then present the user with a custom error
page (the third page).

If this isn't what you are looking for then.... "never mind".
-pat-


-----Original Message-----
From: Kris Pilles [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 27, 2003 6:21 PM
To: CF-Talk
Subject: RE: CFHTTP to remotely submit form?


I think the action page of the form i want to submit to has something in
place to prevent me from doing so...

KP

        -----Original Message-----
        From: Dave Watts [mailto:[EMAIL PROTECTED]
        Sent: Wed 8/27/2003 5:25 PM
        To: CF-Talk
        Cc:
        Subject: RE: CFHTTP to remotely submit form?



        > Can I remotely submit a form with cfhttp. I have been able to
        > successfully fill the form in, I just odnt know how to autmoate
        > the submission

        <cfhttp url="http://myserver/myactionpage.cfm"; method="post">
                <cfhttpparam type="formfield" name="fieldname" value="fieldvalue">
        </cfhttp>

        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

Reply via email to