raj2000
Jun 7th, 2000, 06:22 PM
Hi,
I would like to know if the following piece of code is correct.
<% LANGUAGE= "VBScript" %>
<%
Const SESN_GEO = "GEO_SESSION"
Function CallGeo(ByVal Lat, ByVal Lon, ByVal Map)
CallGeo=Session(SESN_GEO).GEOMANCODE(Lat,Lon,Map)
End Function
%>
Is the code within the above function correct , if not what do I need to do to alter it.
I would like to know if the following piece of code is correct.
<% LANGUAGE= "VBScript" %>
<%
Const SESN_GEO = "GEO_SESSION"
Function CallGeo(ByVal Lat, ByVal Lon, ByVal Map)
CallGeo=Session(SESN_GEO).GEOMANCODE(Lat,Lon,Map)
End Function
%>
Is the code within the above function correct , if not what do I need to do to alter it.