Take a look at www.mapguide.com by Autodesk

Gary

 -----Original Message-----
From:   Smith, Vincent [mailto:[EMAIL PROTECTED]]
Sent:   22 February 2001 13:43
To:     Fusebox
Subject:        RE: Making a call to a DLL

I don't have the answer for you, but am interested in finding a good mapping
program that I can use in a web application to draw maps once given an
address.  Does the program you have do that?

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 7:17 PM
To: Fusebox
Subject: Making a call to a DLL


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

Reply via email to