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