Forum Moderators: mack
<SCRIPT>
function go(value)
{
url="http://www.google.com/search?sourceid=navclient&hl=id&q=site:www.abcdef.com+"
test=escape(value)
self.location.href= url + test
}
</SCRIPT>
Having not seen that script before, I wonder what the script does to the webpages?
Whatever value is passed to the script triggers a Google search within the site www.abcdef.com for that value.
Eg if the word "Dingle" was passed to the script, you would be forwarded to the Google result page for the search "Dingle", returning only pages from the domain www.abcdef.com