|
-
Jun 7th, 2000, 06:22 PM
#1
Thread Starter
Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|