MarkEmerson
Programmer
How can i get Indexing Service to index content that is put on the page by asp.
i.e
<%
strTemp = "Testing"
%>
Title = <%=strTemp%>
How can i get indexing service to register that the word testing is on this page?
i.e
<%
strTemp = "Testing"
%>
Title = <%=strTemp%>
How can i get indexing service to register that the word testing is on this page?