Can this be done?

I am using cfdiv so all my links are like so...
ColdFusion.navigate('paymenterror.cfm','productlistDiv');

This makes sure all content is submitted back to the cfdiv named 
'productlistDiv'

Now my problem is... 
I have form which I enter a URL to which an external API posts back to my, I 
want this URL to be a post back to to my cfdiv ‘'productlistDiv'’ is this 
possible... this is the post off code inside my cfdiv...

 <body OnLoad="OnLoadEvent();">
    <cfoutput>
      <form name="form" action="#Response.ACSURL#" method="POST"/>
      <input type="hidden" name="PaReq" value="#Response.PaReq#"/>
      <input type="hidden" name="TermUrl" 
value="https://#CGI.HTTP_HOST#/bookings/responce.cfm"/>
      <input type="hidden" name="MD" value="#Response.MD#"/>
    </cfoutput>
    <NOSCRIPT>
    <center>
      <p>Please click button below to Authenticate your card</p>
      <input type="submit" value="Go"/>
      </p>
    </center>
    </NOSCRIPT> 


can anyone help?
 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322542
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to