I need to pass an form.email to an action page from site one to site two.

I want to grab the email from site-A's login and pass it site-B's response
page that will check it for duplicates and enter into db.

I am trying to trigger a form on a different host by calling
the response page using the full url
i.e
http://www.domain.com/subscribeResponse1.cfm?email=emailaddress&listid=1


-----Original Message-----
From: Alan Rother [mailto:[EMAIL PROTECTED]
Sent: Friday, May 26, 2006 4:47 PM
To: CF-Talk
Subject: Re: how to trigger a form remotely


What do you mean by "trigger a form"?

Are you trying to prepopulate the form with info from the URL?

If so, you will have to be able to modify the form itself, and therefore you
will need to have access to it's code. If you do not have access or
permission to modify the code that controls the form, you can't do it.

--
Alan Rother
Macromedia Certified Advanced ColdFusion MX 7 Developer




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241650
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to