% 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
|
|
|
The Webservices Primers and Tutorials page is a good starting point for students or programmers new to the Web Services technologies.
|