You can try using CFHTTP like so:
<cfhttp
url="http://my_machine/scripts/esrimap.dll?name=multimap&cmd=map&mapgroup=property&maptype=parcels"
Name="MyDLL">
It returns a query MyDLL where one of the fields is the page content. See
the docs.
At 07:17 PM 2/20/01, [EMAIL PROTECTED] wrote:
>Greetings >
>
>How does one include the result of a call to a dll on the index.cfm page or
>a framed page called by index.cfm?
>
>I am working on a dynamic mapping site and wish to call an application with
>parameters, returning a map image.
>I cannot seem to get the fusebox methodology to accept this code:
>
><machine_name>/scripts/esrimap.dll?name=multimap&cmd=map&mapgroup=property&m
>aptype=parcels
>
>The code works fine in the frameset below:
>
><frameset cols="510,*" border="0">
> <frame name="map"
>src="http://my_machine/scripts/esrimap.dll?name=multimap&cmd=map&mapgroup=pr
>operty&maptype=parcels" marginwidth="10" marginheight="10" scrolling="no"
>frameborder="no">
> <frame name="data" src="parcelsearch.cfm?mapgroup=property"
>marginwidth="10" marginheight="10" scrolling="auto" frameborder="no">
></frameset>
>
>< Ken Loveall
> GIS Analyst
> Clark County, WA
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists