最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp 根据条件指定百度,goolge搜索
时间:2022-06-29 15:11:43 编辑:袖梨 来源:一聚教程网
...
keyword=split(request.form("textfield")) '用空格将多个关键字分隔,并保存在keyword数组中
str=""
for i=0 to ubound(keyword) 'ubound函数获得数组最大下标值,将多个关键字用“+”号连结
if i=ubound(keyword) then
str=str&keyword(i)
else
str=str&keyword(i)&"+"
end if
next
if request.form("select")="搜狐" then '选择“搜狐”
response.redirect("http://search.*so*h*u.com/web?query="&str) '转到搜狐搜索用户关键字的网页
'http://search.*so*h*u.com/web?query=asp+%cb%d1%cb%f7%d2%fd%c7%e6&radiobutton=0
end if
if request.form("select")="新浪" then '选择“新浪”
response.redirect("http://search.*sin**a.com.cn/cgi-bin/search/search.cgi?_searchkey="&str) '转到新浪搜索用户关键字的网页
'http://search.*sin**a.com.cn/cgi-bin/search/search.cgi?_searchkey=asp++%cb%d1%cb%f7%d2%fd%c7%e6
end if
if request.form("select")="百度" then '选择“百度”
response.redirect("http://www.**b*aidu.com/s?cl=3&wd="&str) '转到百度搜索用户关键字的网页
end if
%>
相关文章
- 物华弥新海错图技能如何 10-23
- 星塔旅人千都世有什么玩法技巧 10-23
- 星塔旅人雾语技能怎么样 10-23
- 英雄没有闪无尽挑战霜冻附伤流构筑指南 无尽挑战攻略 10-23
- 漫威秘法狂潮奇异博士配队 奇异博士攻略 10-23
- 向僵尸开炮G1赛季商店怎么开 G1赛季商店物品兑换优先级推荐 10-23