Annoyances.org
Home » Windows XP Discussion Forum » Message 1088092008 Search | Help | Home
  
Tip: Run a free scan for common Windows errors ad

re: Web pages forcing the Search bar to pop up... ugh
Thursday, June 24, 2004 at 8:46 am
Windows XP Annoyances Discussion Forum
Posted by Falcon (13489 messages posted)


It isn't malware.
launchSidebar('sidebar.tripod.com', 'fungames');
Opens sidebar.tripod.com in the search assistant

function launchSidebar(sbserver, kw) {
    var random_num = Math.round((Math.random()*999999));

    document.cookie = "sidebarurl=" + window.location + "; path=/; domain=.tripod.com";
    if(GetCookie("sbo") == 1)
    {
       var adImg=d.createElement('IMG'); adImg.src="/adm/img/common/ot_existingpane.gif?rand=" 
+ random_num;
       return;
    } 
LOL, you can disable by creating the appropriate cookie.
    if(GetCookie("nosidebar") == 1)
    {
	var adImg=d.createElement('IMG'); adImg.src="/adm/img/common/ot_brokenpane.gif?rand=" 
+ random_num;
	return;
    }		

    // change < 100 to control dialdown
It only opens sometimes...
    if((kw != '') && (kw != '(none)') && (Math.random() * 100) < 100)
    {
Check for IE browser
        if((navigator.userAgent.indexOf("MSIE") != -1) && (navigator.userAgent.indexOf("MSN") 
== -1) && (navigator.userAgent.indexOf("AOL") == -1) && (navigator.userAgent.indexOf("Mac") 
== -1) && (navigator.userAgent.indexOf("Opera") == -1) && (navigator.userAgent.indexOf("NetCaptor") 
== -1) && (!window.sidebar))
        {
           open('http://' + sbserver + '/bin/sidebar.cgi?site=' + window.location 
+ "&kwcookie=" + kw, '_search'); <-- The command
	   var adImg=d.createElement('IMG'); adImg.src="/adm/img/common/ot_opensidepane.gif?rand=" 
+ random_num;
	   return;
        }
    }

    var adImg=d.createElement('IMG'); adImg.src="/adm/img/common/ot_nosidepane.gif?rand=" 
+ random_num;
    return;
}

The Wereotter

virusmagnet1@viruswatch.ath.cx. This link here intentionally.




Written in response to:
re: Web pages forcing the Search bar to pop up... ugh (mojo7819: Thursday, June 24, 2004 at 8:41 am)

Responses to this message:
*re: Web pages forcing the Search bar to pop up... ugh (mojo7819: Thursday, June 24, 2004 at 9:09 am)
*re: Web pages forcing the Search bar to pop up... ugh (mojo7819: Thursday, June 24, 2004 at 9:12 am)

All messages in this thread [show all]
-Web pages forcing the Search bar to pop up... ugh (jkrutke: Wed, Jun 23, 2004, 8:32 pm)
-re: Web pages forcing the Search bar to pop up... ugh (Barry(uk): Thu, Jun 24, 2004, 1:26 am)
-re: Web pages forcing the Search bar to pop up... ugh (jkrutke: Thu, Jun 24, 2004, 6:30 am)
*re: Web pages forcing the Search bar to pop up... ugh (Falcon: Thu, Jun 24, 2004, 6:55 am)
-re: Web pages forcing the Search bar to pop up... ugh (mojo7819: Thu, Jun 24, 2004, 8:41 am)
-re: Web pages forcing the Search bar to pop up... ugh (Falcon: Thu, Jun 24, 2004, 8:46 am)
*re: Web pages forcing the Search bar to pop up... ugh (mojo7819: Thu, Jun 24, 2004, 9:09 am)
-re: Web pages forcing the Search bar to pop up... ugh (mojo7819: Thu, Jun 24, 2004, 9:12 am)
-re: Web pages forcing the Search bar to pop up... ugh (Falcon: Thu, Jun 24, 2004, 9:13 am)
-re: Web pages forcing the Search bar to pop up... ugh (mojo7819: Thu, Jun 24, 2004, 9:48 am)
-re: Web pages forcing the Search bar to pop up... ugh (Falcon: Thu, Jun 24, 2004, 10:32 am)
*re: Web pages forcing the Search bar to pop up... ugh (mojo7819: Thu, Jun 24, 2004, 10:51 am)
*re: Web pages forcing the Search bar to pop up... ugh (Barry(uk): Thu, Jun 24, 2004, 10:01 pm)
*re: Web pages forcing the Search bar to pop up... ugh (Falcon: Thu, Jun 24, 2004, 5:25 am)
*re: Web pages forcing the Search bar to pop up... ugh (Falcon: Thu, Jun 24, 2004, 9:00 am)
Return to the Windows XP Discussion Forum


All content at Annoyances.org is Copyright © 1995-2009 Creative Elementtm All rights reserved.
Please do not plagiarize; redistributing these pages without permission is strictly prohibited.