Can anyone help me with this.

>From a database I want to request a recordset,

E.g    SELECT   Longtitude, latitude, speed
       FROM     dbo.stats
       WHERE    veichleID = #relationshipID#

OK I can do this with a select box within a form, but!

I want to send the #lontitude#, #latitude# and #speed# values to a different
server to get a map based on the cordinates, say
""//www.getMappingServer.com/map.exe once I get them.

Now I suspect that my form action like so will not work because the second
http request has nothing to request until it gets the data returned by my
query from my action template.

<form action="getCo-rdinates.cfm?http//www.getMappingServer.com/map.exe>

What is the right way to do this, I'm sure its very simple but I just cannot
think of a solution?

Thank you world!!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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