Cant you do a dynamic form post to the ASP page?
Populate the form and after the </body></html>

do an inline JavaScript that would post the data to the Asp page.
<script language="Javascript">
document.formname.submit();
</script>

Joe


----- Original Message -----
From: "Simon Whittaker" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May 31, 2002 10:44 AM
Subject: Fw: cfml - asp


> ----- Original Message -----
> From: "Simon Whittaker" <[EMAIL PROTECTED]>
> Sent: Friday, May 31, 2002 3:41 PM
> Subject: cfml - asp
>
>
> > I am trying to get pass dynamic CFML data from a cfm page to a ASP page?
> >
> > Any ideas - custom tags etc?
> >
> >
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to