Hi
Since i have been learning more about asp and the coding behind it, i have come accross a couple issues that may just be coincidence, i have developed a brand new web site with sitemap, so in theory G should go through the whole of the site and pick up all pages, this is not the case. It only appears to have indexed the home page?
to scroll through data i use the following code:
<% ' cycle through the record set and display each row results do until objRS10.EOF %><%= objRS10("Title")%><% ' increment record position with MoveNext methodobjRS10.MoveNext<!-- next row=next record -->loop%>
Am i doing something wrong here?