All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
如何把ACCESS转成SQL数据库_[SQL,Server教程]
SQL Server 索引基础知识(3)----测试中一些常看的指标和清除缓存的方法_[SQL Server教程]
注意那些容易被忽略的SQL注入技巧_[SQL Server教程]_0
AJAX基础:JavaScript中类的实现_[AJAX教程]
基于PHP的AJAX技术实现文件异步上传_[PHP教程]
C#教程:开发UDP聊天程序使用实例
在ASP.NET程序中值得注意的两个地方_.net资料_编程技术
.net组件开发系列(四)之事件处理机制,三个接口两个方法_[Asp.Net教程]
delphiGDI图像编程
在PHP中全面阻止SQL注入式攻击之一_php资料_编程技术
Reading number is top 10 pictures
乳娘帕梅拉安德森5
The terra-cotta warriors2
Chinese paper-cut grilles art appreciation7
HongMenYan premiere XinLiangGong clairvoyant outfit PK YiFeiLiu2
Discharge accidentally Actresses by the breast3
中国处女图鉴2
小学生考试又现神作--还有外国的
看到这个手速,决定过年就让我家猫帮我抢红包了。。
超级大兔子
In the world the most mysterious 21 place landscape2
Download software ranking
Boxer's Top ten classic battle4
linux初级教程
Dance with duck(male prostitution)
DreamWeaver8
I'm come from Beijing2
linux安装大全
Unix video tutorial9
Sora aoi - one of more PK
Adobe Flash Player(IE) 10.0.32.18 浏览器专用的FLASH插件
网络管理员第三版
delv published in(发表于) 2013/12/31 6:42:00 Edit(编辑)
用javascript打造搜索工具栏_JavaScript技术_编程技术

用javascript打造搜索工具栏_JavaScript技术_编程技术

用javascript打造搜索工具栏_JavaScript技术_编程技术-你的首页-uuhomepage.com







电子科技大学软件学院03级2班 周银辉




一:最终效果




二:原理




如果你在Yahoo中搜索“中国”,那么在浏览器的地址栏将得到这样一串地址:http://search.cn.yahoo.com/search?ei=gbk&fr=fp-tab-web-ycn&meta=vl%
3Dlang_zh-CN%26vl%3Dlang_zh-TW&pid=ysearch&source=ysearch_www_hp_button
&p=%D6%D0%B9%FA&Submit=
看上去有些乱了,简化一下:http://search.cn.yahoo.com/search?&p=%D6%D0%B9%FA
这就是关键.其中&p=%D6%D0%B9%FA是搜索的关键字参数,而%D6%D0%B9%FA是“中国”的
Url编码。OK,我们只要能构造出这样的编码就好了。




三:URL编码
javascript的encodeURIComponent()函数可以完成编码工作。
比如上面的例子我们可以用“http://search.cn.yahoo.com/search?&p=”+encodeURIComponent(“中国”);来完成。




四:代码
(点击加号展开)




1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Search.aspx.cs" Inherits="Search" %>
2
3 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5 http://www.w3.org/1999/xhtml" >
6
7 Search
8
78
79
80
81


82

83

84 Search

85

86


87



88

89


90


91


92 Key


93


94


95


96 97 Style="position: relative" Font-Names="terminal">
98 Web
99 Mp3
100 Image
101



102


103


104


105


106


107
108 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
109 110 value="Yahoo!" onclick="return Button_Yahoo_onclick()" />


111


112


113

114

115 Home
116
117






















添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.