Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is this htm file? 4

Status
Not open for further replies.

daveask

Programmer
Aug 11, 2004
108
GB
Hi,

SpybotSD.exe told me I got an Alexa Related item
c:\windows\web\related.htm
I posted as following (I have inserted "!!!!!!!" in the tag, just in case), do you know what is that for:

<!!!!!!!script>

//Build the query
userURL=external.menuArguments.location.href;
RelatedServiceURL="
//Perform simple check for Intranet URLs
//this is where the http or https will be, as found by searching for :// but skip res:
protocolIndex=userURL.indexOf("://",4);
serverIndex=userURL.indexOf("/",protocolIndex + 3);
urlresult=userURL.substring(0,serverIndex);

//Check if Intranet URL - then open search bar

if (urlresult.indexOf(".",0) < 1) userURL="Intranet URL";
finalURL = RelatedServiceURL + encodeURIComponent(userURL);
external.menuArguments.open(finalURL, "_search");

<!!!!!!!/script>
 
Very strange, after SpybotSD fixed that, I found the file
c:\windows\web\related.htm
still there and even not be modified!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top