Hi
i have a link http://www.cairolocator.com/testing1.asp

when i choose from the list in the upper left  (list of Arch Site)..i
got an error
line 312
obeject expected
Can anyone to help to solve it..this is the code which i get the error


<form name=MapForm2><select size="1" name="thematic2"
onChange="javascript:importMarkers10();">

<%
set conn=Server.CreateObject("ADODB.Connection")
conn.provider="Microsoft.Jet.OLEDB.4.0;"
conn.open server.mappath("vils.mdb")
sql2="select ID , fullname from Egx"
set rs2=Conn.Execute(sql2)
Response.Write "<option  selected>List of Arch Site</option>"
rs2.MoveFirst()
Do until rs2.EOF
%>
<option value = "<%=rs2.Fields("ID")%>"><%=rs2.Fields("fullname")%></
option>
<%
rs2.MoveNext
Loop
%>

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