Re: hyperlinks unavailable
anonymous_at_discussions.microsoft.com
Date: 07/15/04
- Next message: H Leboeuf: "Re: How to save web page as Word doc"
- Previous message: HotRod: "Re: SLOW IE"
- In reply to: Don Varnau: "Re: hyperlinks unavailable"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 15 Jul 2004 06:52:35 -0700
I've tried em and dont work. All Microsoft offers is the
option to reinstall your operating system with windows
XP. you loose all data. Cannot reinstall just the browser
as is aprt of operating system I understand. also I get a
code written up that apapers in my browser cache at time
Iexplorer opne redirecting and delting current script
code. Then code goes on tomention tracking this and that.
So anyways looks like some kinda virus to me or
government type redirection and track coade. anyway you
look at it it is a hack of current scripy and illegal
activity by thiose doing it leaast to my computor. if
you know anyone who knows code forward this coade on
maybe that can add it to MS update page to block it out
it is as follows
"<!-- 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[i].src;
url =
url.substr (0, url.lastIndexOf (';ord=')) + ";ord=" +
newad;
objDiv[i].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[i].name!='')
{
if(theForm.elements
[i].name=='prov'){
if(theForm.elements[i].checked){
actionString +=
theForm.elements[i].name+"="+escape(theForm.elements
[i].value)+"&";
sp = theForm.elements[i].value;
}
}else{
actionString +=
theForm.elements[i].name+"="+escape(theForm.elements
[i].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 -->
"
>-----Original Message-----
>Hi,
>First try IEFix from
http://www.mvps.org/sramesh2k/IEFIX.htm
>
>Then...
>http://support.microsoft.com/?kbid=281679
>http://www.fjsmjs.com/OE/nolinks.htm
>http://www.mvps.org/inetexplorer/answers.htm#new_window
>http://www.mvps.org/inetexplorer/answers2.htm#hyperlinks
>
>Hope this helps,
>Don
>--
>MVP IE/OE
>Please reply to the newsgroup so that others may
participate.
>
>
>"Tom Docsavage" wrote in message
>news:2b36d01c4675b$12ffdee0$a301280a@phx.gbl...
>> Any body elese having this problem using direcway or
>> sattillite service.
>> I just update the latest service packs to the computor
>> and IE 6. Version 6.0.2800.1106.xpsp2.030422-1633 128
>> sipher strenghth. Open a few pages like google, lycos,
>> altavista, etc, (doesn't matter what search engine
used)
>> and all the hyperlinks to news service, inmages ,
>> pictures, even web seaches give no results. The browser
>> just sits there and the internet connection via the
>> satilite doesn't transmit or recieve any data ( modems
>> show activity when data is sent recieved). The main
pages
>> load fine but all hyperlinks produce no results.
>> 7/11/2004 0822 Pacific Coast Time usa
>
>.
>
- Next message: H Leboeuf: "Re: How to save web page as Word doc"
- Previous message: HotRod: "Re: SLOW IE"
- In reply to: Don Varnau: "Re: hyperlinks unavailable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|