Hi, I am sorry for pasting the problem source code here. My page works
in intranet,

For example : This recordset has 6 rows.The first point coordinates
working, After taking this points coordinates, i want to take the next
row.but it is not working

var marker=[];
var point=[];
var poly=[];
var line;


point.push(new GLatLng(<%=Recordset3.Fields.Item("X").Value%>,<
%=Recordset3.Fields.Item("Y").Value%>));
//This is working right. After taking this points coordinates, i want
to take the next row.but it is not working.
<%=Recordset3.MoveNext%>
point.push(new GLatLng(<%=Recordset3.Fields.Item("X").Value%>,<
%=Recordset3.Fields.Item("Y").Value.%>);
<%=Recordset3.MoveNext%>
point.push(new GLatLng(<%=Recordset3.Fields.Item("X").Value%>,<
%=Recordset3.Fields.Item("Y").Value%>));
<%=Recordset3.MoveNext%>
point.push(new GLatLng(<%=Recordset3.Fields.Item("X").Value%>,<
%=Recordset3.Fields.Item("Y").Value%>));
<%=Recordset3.MoveNext%>
point.push(new GLatLng(<%=Recordset3.Fields.Item("X").Value%>,<
%=Recordset3.Fields.Item("Y").Value%>));

Thanks for your reply

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to