I have a ColdFusion page that contains an iFrame that links to an ASPX page which calls an XSLT.

I need to add code to the iFrame SRC that will dynamically call data from an XML file. I have tried using ? in various iterations but have been unsuccessful in retrieving the data. If I hard code the field name behind the ? the code works.

Although on the same domain, the ColdFusion page is hosted by an ISP and the ASPX-related pages are hosted internally.

Can this work? If so, should I be using ColdFusion or ASPX formatting for the field name in the SRC?

Do I need other script?