%
strUser = lcase(request.servervariables("HTTP_USER_AGENT"))
if instr(strUser, "mozilla") > 0 then
' it's a browser, show fake keywords
response.write ""
else
' it's a search engine, show your real keywords
response.write ""
end if
%>
">
hitmill.com
Web Services
SOAP
SOAP is one of the technologies comprising Web Services and this page is part of hitmill's Web Services tutorial.