如何分别清除百度,YAHOO的搜索记录

2024-05-06 12:52

1. 如何分别清除百度,YAHOO的搜索记录

在百度,雅虎搜索网页里的搜索栏中,点击鼠标左键两次,会出现以前搜索过的历史记录。然后用鼠标指向你想要删除的历史记录(注意:是指向,不要点击),这时这条历史记录会深色显示,再点击DEL键,就可以删除这一条历史记录了。这种方法你可以随心所欲,想删哪条都可以。

如何分别清除百度,YAHOO的搜索记录

2. 百度和雅虎的文档搜索在哪里?

http://file.baidu.com
这个是百度文档搜索

雅虎的好像没有这个产品
 不过在之后加入扩展名,如pdf,doc等等

就可以搜到了


呵呵,如果觉得好的话,

别忘了给我分数啊啊

谢咯

3. 怎样清除YAHOO搜索栏啊???用清除百度搜索栏的方法根本不行啊~~

连到网上就可以删除,正常进入控制面板就行了。

怎样清除YAHOO搜索栏啊???用清除百度搜索栏的方法根本不行啊~~

4. 雅虎财经怎么搜索股票

改版后的雅虎财经,股票历史成交价格确实不象以前那样熟悉了,感觉不是在主页上能够找到的,希望我们都一起努力,我相信一定能够解决。

5. yahoo的搜索引擎删除不了

我这个方法百分之百可以删掉
    你一定要给我被采纳答案哦
 我是新手呵呵  多多关照
 
   第一 把能删掉的都删掉       然后我记得有几个齿轮型的文件煽不掉
   第二  你要做的就是把删掉剩余删不掉的文件全部随便给他改个名字  随便哦    改完后它就变成那种打不开的文件
       然后就等你下次重起机器的时候   打开它就可OK了      
  必须要重起之后才能删掉
        不懂加我80606266

yahoo的搜索引擎删除不了

6. 怎样清除我在百度或雅虎之类搜索框里的历史搜索呢?

在搜索框里 点一下鼠标
出现下拉
然后选择你要的(光标键)
按delete
就可以有选择的删除了

7. 怎样才能把在百度或者雅虎搜索框里曾经搜索过的内容清除掉?

选择性清除:双击搜索栏,选中要删除的项,按delete键 

全部清除:工具-〉internet选项-〉内容-〉自动完成-〉把“web地址”和“web表单”前面的勾去掉,单击“清除表单”,确定

怎样才能把在百度或者雅虎搜索框里曾经搜索过的内容清除掉?

8. 求百度Google雅虎的搜索框的代码

.search_table,.search_select,.search_ul,.search_li{font-size:12px;line-height:20px;}
.search_form{margin:0;padding:0;}
.search_mb5{margin-bottom:5px;border:1px solid #92C3F2;border-top:0px;background:#D3E8FD}
.search_fod1,.search_fod2{height:23px;width:63px;text-align:center;cursor:pointer;}
.search_fod1{background:url(http://www.qqzhizhu.com/search/images/search_code_nav.gif) no-repeat;font-weight:bold;color:#fff}
.search_fod2{background:url(http://www.qqzhizhu.com/search/images/search_code_nav_bg.gif) no-repeat;}
.search_bor3{border:1px solid #B2D0EA;}
.search_bort{border-top:1px solid #B2D0EA;}
.search_f14{font-size:14px;}
.search_blue a{color:#004BCA;}
.search_more{position:absolute;background:#fff;margin:-5px 0 0 0!important;margin:13px 0 0 -55px;z-index:10;}
.search_more a,.search_more a:visited{width:70px;display:block;text-decoration:none;color:#00007F;}
.search_more a:hover{background:#BBBBBB;color:#fff;}
.search_more ul{list-style-type:none;margin:0;padding:0;}
.search_more li{line-height:24px;list-style-type:none;margin:0;padding:0;text-align:left;}


var searchCurrHighLight = document.getElementById("search");

function trim(str){
 return str.replace(/(^\s*)|(\s*$)/g, "");
}
function searchValidate(){
         wval = trim(frm_head.search.value);
         if(frm_head.catalog.value=="video")
         {
         }
         else if(frm_head.catalog.value=="game" && wval != "")
         {
                   window.open("http://www.qqzhizhu.com/search/search.asp?catalog=game&word="+frm_head.search.value, "_blank");
                   return false;
         }
         if(wval == "")
                   return false;
         else {
                   return true;
            }
}

function searchSubSearch(catalog){
         changePage(catalog);
         frm_head.catalog.value = catalog;
         if(catalog == "photo")
         {
                   frm_head.action = "http://www.qqzhizhu.com/search/search.asp";
         }
         else if(catalog == "music")
         {
                   frm_head.action = "http://www.qqzhizhu.com/search/search.asp";
         }
         else if(catalog == "")
         {
                   frm_head.action = "http://www.qqzhizhu.com/search/search.asp";
         }
         else if(catalog == "know")
         {
                   frm_head.action = "http://www.qqzhizhu.com/search/search.asp";
         }
         else if(catalog == "video"){
                   frm_head.catalog.value = "video";
                   searchGovideo();
         }
         else if(catalog == "game")
         {
                   frm_head.catalog.value = "game";
                   frm_head.action = "http://www.qqzhizhu.com/search/search.asp";
         }
         else 
         {
                   frm_head.action = "http://www.qqzhizhu.com/search/search.asp";
         }
}

function searchGovideo(){
         frm_head.action = "http://www.qqzhizhu.com/search/search.asp";
}

function changePage(catalog){
         if(searchCurrHighLight == null){
                  searchCurrHighLight = document.getElementById("search");
         }
         searchCurrHighLight.className = "search_fod2";
         searchCurrHighLight = document.getElementById("search" + catalog)
         searchCurrHighLight.className = "search_fod1";
         frm_head.catalog.value = catalog;
}

function isvideo(){
         if(searchCurrHighLight == document.getElementById("searchvideo")){
                   searchGovideo();
                   return true;
         }
         else{
                   return true;
         }
}

function goSearch(){
         changeHotWords(document.frm_head.catalog.value);
         if(!searchValidate())
                   return false;
         if(frm_head.search.value != ""){
                   frm_head.submit();
         }
         else
                   return false;
}

function changeHotWords(category){
 document.getElementById("td_hotlist").innerHTML = eval(category + "Words");
}


 //知识
 var knowWords = '';
 //网页
 var Words = '';
 //图片
 var photoWords = '';
 //音乐
 var musicWords = '';
 //影视
 var videoWords = '';
 //游戏
 var gameWords = '';




  
     
      
        网页
        
        图片
        
        音乐
  
        影视
  
        游戏
        
     知识
  
     更多
  
 软件
 字典
 地图
 文档
 博客
 论坛
 新闻
 购物
 小说
 图书
 商业
 FLASH
 IP
 站内
 更多搜索
  
      


function togDispMore(e){stopB(e);var elems=document.getElementsByName('tm');for(var i=0;i<elems.length;i++){var obj=elems[i],dp="";if(obj.style.display==""){dp="none";}obj.style.display=dp;}return false;}
function stopB(e){if(!e)e=window.event;e.cancelBubble=true;}
document.onmouseup=function(event){var elems=document.getElementsByName('tm');if(elems[0].style.display==""){togDispMore(event);}}
function tp(obj){
        if(document.frm_head.search.value.length>0)
        {
                var oh=obj.href;
                obj.href = obj.href.replace(/word=.+/g,"word=");
 
                var qw=document.frm_head.search.value.trim();
                if(obj.href.indexOf("game") != -1)
                {
                        obj.href = obj.href + encodeURIComponent(qw);
          }else{
                        obj.href=obj.href+qw;
          }
 
        }else{
                obj.href = "http://"+obj.hostname;
        }
}
String.prototype.trim=function()
{
        return   this.replace(/(^\s*)|(\s*$)/g,'');
}
$d = function(id){
        return  document.getElementById(id);
}
var st='';
function sm(event)
{
        clearTimeout(st);
        o=$d('tm');
        o.style.display = "block";
        document.onmousemove = cp;
}
function cp(event)
{
                evt = window.event?window.event:event;
                var pointer=function(event) {
            return {
              x: event.pageX || (event.clientX +
                (document.documentElement.scrollLeft || document.body.scrollLeft)),
              y: event.pageY || (event.clientY +
                (document.documentElement.scrollTop || document.body.scrollTop))
            };
        }(evt);
                l=o.offsetLeft;t = o.offsetTop-20;
                r=l+o.offsetWidth;b=o.offsetTop+o.offsetHeight;
 
                py = pointer.y;px = pointer.x;
 
                if((py>t && pyl&&px<r)){
                        }
                else{ 
                        st = setTimeout(function(){o.style.display="none";},500);
                        document.onmousemove=function(){};
                }
}

 
  


function getElt(id) { return document.getElementById(id) }
function showMore() {
  toggle('more-tab');
  toggle('more-items');
}
function toggle(tog) {
  //tog.style.display = (tog.style.display=='none' || tog.style.display=='') ? 'block' : 'none';
  if (!tog.id) {
    tog = getElt(tog);
  }
  tog.style.display = (tog.style.display=='none') ? '' : 'none';
}


  
    
    
    
    
     document.write(Words); //初始化