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.