hyperlinks unavailable links unavaliable

T

Tom Docsavage

This is happening to my machine. No hyerlinjs avaialable
when any apge ioens. Also when new browser window is
opend taht page is blank. Hve tried alol the fixes as
pointed out in nes group nopne work. I did find a file in
my internet cache when the browser opens called "core(1)"
A JAVA SCRIPT FILE. This file deletes curent script and
apparently reinstalls it own. Then goes on to track
activiy and browser url as descibe toward bottom of code.
the code follows. maybe this is what some oen has
fenerated in rediretion of web pages and browser
activity. Don't know much execpt looks illegal and like a
virus redirection and tracking code such as trojons etc.
If someone can read code in script could maybe figue what
is happening a forward on to MSoftie so they can fix it.
Code of teh file is podsted here below
"<!-- Hide script from old browsers
var ie = (navigator.appName.indexOf("Microsoft") >= 0)
var

cookieString = document.cookie;
var filterState = getCookieValue("hF");
if(filterState == ""){


filterState = "max"
}

function getCookieValue(cookieName){
var retVal = "";
var

cookieStart = cookieString.indexOf(cookieName + "=");
if(cookieStart != -1){
var valStart =

cookieStart + cookieName.length + 1;
var valEnd = cookieString.indexOf(";",
valStart);


if(valEnd == -1){
valEnd = cookieString.length;
}


retVal = cookieString.substring(valStart, valEnd);
}
return retVal;
}

function

changeState(browser){
if(!document.getElementById) return; // this example
only for DOM browsers


//still need to know what the class wil be for the
minimized version...
objMax =

document.getElementById('fM');
objMin = document.getElementById('fMc');

var visNet = "";


if(browser == "Netscape"){ visNet = "f";}

if(filterState == "max") {
//currently max...

switch to min
document.images['togM'].src
= 'http://ly.lygo.com/ly/hbot/utils/max.gif';


filterState = "min";
objMax.className = 'n' + visNet;
objMin.className = '';


document.cookie = "hF=min";
} else {
//currently min... switch to max


document.images['togM'].src
= 'http://ly.lygo.com/ly/hbot/utils/min.gif';
filterState = "max";


objMax.className = '';
objMin.className = 'n' + visNet;
document.cookie = "hF=max";
}
}

function isIE4() {
return( navigator.appName.indexOf
("Microsoft") != -1 &&

(navigator.appVersion.charAt(0)=='4') );
}

function launchHelp(helpurl) {


HelpWin = window.open(helpurl,

'HelpWindow','toolbar=no,location=no,directories=no,status
=yes,menubar=no,scrollbars=yes,resizable=yes

,copyhistory=no,width=500,height=500');

if( ! isIE4() ) {
if

(HelpWin.focus) {
HelpWin.focus();
}


}

if (HelpWin.focus!=null && !isIE4() )
{


HelpWin.focus();
}

if (HelpWin.opener == null)
HelpWin.opener = window;


HelpWin.opener.name = "LycosMain";
}

function update_ad (objDiv)
{
var newad =

Math.floor(Math.random()*10000000);
var url = "";
if (objDiv["length"])
for (var i =

0; i < objDiv.length; i++)
{ var url = objDiv.src;
url =

url.substr (0, url.lastIndexOf (';ord=')) + ";ord=" +
newad;
objDiv.src = url;


}
else
{ var url = objDiv.src;
url = url.substr (0, url.lastIndexOf

(';ord=')) + ";ord=" + newad;
objDiv.src = url;
}
}

function loseDiv(cookieName) {


var nextYear = "Thu, 01-Jan-04 00:00:01 GMT"
if (cookieName == "an") {
if (ie) {


document.all.aN.style.display = "none"
} else {


document.getElementById("aN").style.display = "none"
}
document.cookie =

cookieName + "=n; expires=" + nextYear
} else {
document.cookie = cookieName + "="


}
}

function checkBox(which) {
eval("document.forms[0]."+which+".checked =
\"true\"");
}

function resetForm(which,wordFilterNumber) {
document.forms[0].adf[1].checked = 1
if (which !=

"Teoma") {
document.forms[0].lang[0].selected = 1
document.forms[0].dfe.value =

""
document.forms[0].dfi.value = ""
document.forms[0].date[0].checked = 1


document.forms[0].past[0].selected = 1
document.forms[0].dateop[0].selected = 1


document.forms[0].month[0].selected = 1
document.forms[0].day.value = ""


document.forms[0].year[0].selected = 1
for (i=1; i <= wordFilterNumber; i++) {


eval("document.forms
[0].wfr"+i+"[1].selected = 1")


eval("document.forms[0].wfw"+i+"[0].selected = 1")


eval("document.forms[0].wfq"+i+".value = \"\"")
}
if ((which ==

"FAST")||(which == "Inktomi")) {
document.forms[0].rf[0].selected
= 1


for (i=0; i < 14; i++) {


eval("document.forms[0].pc["+i+"].checked = 0")
}


document.forms[0].pcxq.value = ""
}
}
if (document.forms[0].add_language)

{ document.forms[0].add_language.checked = 0 }
if (document.forms[0].add_domain) {

document.forms[0].add_domain.checked = 0 }
if (document.forms[0].add_region) {

document.forms[0].add_region.checked = 0}
if (document.forms[0].add_date) {

document.forms[0].add_date.checked = 0}
if (document.forms[0].add_word_filter) {

document.forms[0].add_word_filter.checked = 0 }
if (document.forms[0].add_page_content) {

document.forms[0].add_page_content.checked = 0 }
if (document.forms[0].add_block) {

document.forms[0].add_block.checked = 0}
}

function sb(w){
(w != "") ?

window.status=w : window.status=''
return true;
}

function lh(o,e){
if

(document.getElementById) {

var a=o.id.substring(1);


var p = "";
var r = "";
var h = "";
var f = "";
var g

= e.target;
if (g) {
t = g.id;
f =

g.parentNode;
if (f) {
p = f.id;


h = f.parentNode;
if (h) r = h.id;
}


} else {
h = e.srcElement;


f = h.parentNode;
j = f.parentNode;
if (j) {


k = j.parentNode;
}

if (f) p =

f.id;
t = h.id;
}

if (t==a || p==a || r==a) return true;

location.href=document.getElementById(a).href
}
}

function kb(targetUrl,startgroup,id,partner)
{


var bounce = "http://click.lycos.com/director.asp?"
if (targetUrl.indexOf("http")!=0)
{


if (targetUrl.indexOf("/")==0)
{
targetUrl =

"http://"+http_host+targetUrl;
} else {
targetUrl =

"http://"+http_host+"/"+targetUrl;
}
}
if (startgroup&&startgroup!='') bounce

+= "start_group="+startgroup+"&";
if (id&&id!='') bounce += "id="+id+"&";
if

(partner&&partner!='') bounce += "partner="+partner+"&";
bounce += "site=hotbot.lycos.com&";


bounce += "query="+enc_q;
bounce += "&target="+escape(targetUrl).replace(/
\//g,

"%2F").replace(/\+/g, "%2B");
if(click_qs == "alert"){
alert(bounce);
}
return

bounce;
}
function kr(aObject,startgroup,id,partner)
{
location =

kb(aObject.href,startgroup,id,partner);
return false;
}

function TrackSubmit(theForm)
{


var sp = "";
if(theForm && theForm.prov)
{
var actionString = theForm.action;


if (actionString.indexOf("http://")<0)
{
actionString =

"http://" + host_submit + "/" + actionString;
}
}
actionString += "?";
for

(var i = 0; i < theForm.elements.length; i++)
{
if(theForm.elements.name!='')


{
if(theForm.elements
.name=='prov'){


if(theForm.elements.checked){
actionString +=

theForm.elements.name+"="+escape(theForm.elements
.value)+"&";


sp = theForm.elements.value;
}


}else{
actionString +=

theForm.elements.name+"="+escape(theForm.elements
.value)+"&";
}


}
}
switch(sp)
{
case "FAST":
actionString =

kb(actionString, 'h','f');
break;
case "Google":
actionString =

kb(actionString, 'h','g');
break;
case "Teoma":
actionString =

kb(actionString, 'h','t');
break;
default:
actionString =

kb(actionString, 'h','i');
}
document.location = actionString;
return false;
}

//

End hiding -->
"
 
R

Robert Aldwinckle

Tom Docsavage said:
This is happening to my machine. No hyerlinjs avaialable
when any apge ioens. Also when new browser window is
opend taht page is blank.

Use View Source to check if the page is really blank.
If there is some script in there or certain other coding
it may indicate that redirects aren't working.
Then you will have a more specific symptom to diagnose.

Make sure you have Allow META Refresh enabled (in Security tab)
Some sites use it for redirects and there are usually lots of redirects
associated with login pages.


Good luck

Robert Aldwinckle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Java script memory leak 2

Top