网页中加入百度搜索条
发布网友
发布时间:2022-05-24 23:47
我来回答
共2个回答
热心网友
时间:2023-11-14 13:12
第一步,在编辑状态下,将编辑模式转入“HTML代码编辑”格式(或者有的简称代码)输入格式。如果不会,请看http://daqin.anyp.cn/050831135636703.aspx里的第九步。(不会做网页的也可以去看一看,那里介绍的是一个十分钟学会制作网页的简单方法)
第二步,输入如下内容:
1)如果输入以下内容:<iframe id="frame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="468" height="50"
src="http://unstat.baidu.com/bn.bsc?tn=daqin001&csid=101&rkcs=0&bgcr=FFFFFF&ftcr=000000&rk=1&bd=1&bdas=0">
</iframe>。这个显示的是一个468X50的搜索框。
2)如果输入以下内容:<iframe id="frame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="200" height="30"
src="http://unstat.baidu.com/bn.bsc?tn=daqin001&csid=102&rkcs=0&bgcr=FFFFFF&ftcr=000000&rk=1&bd=1&bdas=0">
</iframe>。这个显示的是一个200X30的搜索框。
3)如果输入以下内容:<iframe id="frame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="670" height="40"
src="http://unstat.baidu.com/bn.bsc?tn=daqin001&csid=103&rkcs=0&bgcr=FFFFFF&ftcr=000000&rk=1&bd=1&bdas=0">
</iframe>。这个显示的是一个670X40的搜索框。
4)如果输入以下内容:<iframe id="frame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="410" height="80"
src="http://unstat.baidu.com/bn.bsc?tn=daqin001&csid=104&rkcs=0&bgcr=FFFFFF&ftcr=000000&rk=1&bd=1&bdas=0">
</iframe>。这个显示的是一个410X80的搜索框。
5)如果输入以下内容:<iframe id="frame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="140" height="75"
src="http://unstat.baidu.com/bn.bsc?tn=daqin001&csid=105&rkcs=0&bgcr=FFFFFF&ftcr=000000&rk=1&bd=1&bdas=0">
</iframe>。这个显示的是一个140X75的搜索框。
6)如果输入以下内容:<iframe id="frame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="468" height="60"
src="http://unstat.baidu.com/bn.bsc?tn=daqin001&csid=106&rkcs=0&bgcr=FFFFFF&ftcr=000000&rk=1&bd=1&bdas=0">
</iframe>。这个显示的是一个468X60的搜索框。
7)如果输入以下内容:<iframe id="frame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="468" height="40"
src="http://unstat.baidu.com/bn.bsc?tn=daqin001&csid=107&rkcs=0&bgcr=FFFFFF&ftcr=000000&rk=1&bd=1&bdas=0">
</iframe>。这个显示的是一个468X60的搜索框。
8)如果输入以下内容:<iframe id="frame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="400" height="40"
src="http://unstat.baidu.com/bn.bsc?tn=daqin001&csid=108&rkcs=0&bgcr=FFFFFF&ftcr=000000&rk=1&bd=1&bdas=0">
</iframe>。这个显示的是一个400X60的搜索框。
热心网友
时间:2023-11-14 13:12
f.action = "http://tieba.baidu.com/f";
imglogo.src="logo_post.gif";
imglogo.alt="百度贴吧";
urllogo.href="http://tieba.baidu.com/";
}
else if(sc == "")
{
f.action = "http://zhidao.baidu.com/q";
imglogo.src="logo_.gif";
imglogo.alt="百度知道";
urllogo.href="http://zhidao.baidu.com/";
}
else if(sc == "mp3")
{
f.action = "http://mp3.baidu.com/m";
imglogo.src="logo_mp3.gif";
imglogo.alt="百度MP3";
urllogo.href="http://mp3.baidu.com/";
}
else if(sc == "img")
{
f.action = "http://image.baidu.com/i";
imglogo.src="logo_pic.gif";
imglogo.alt="百度图片";
urllogo.href="http://image.baidu.com/";
}
else if(sc == "news")
{
f.action = "http://news.baidu.com/ns";
imglogo.src="logo_news.gif";
imglogo.alt="百度新闻搜索";
urllogo.href="http://news.baidu.com/";
}
else if(sc == "Video")
{
f.action = "http://video.baidu.com/v";
imglogo.src="logo_video.gif";
imglogo.alt="百度视频搜索";
urllogo.href="http://video.baidu.com/";
}
else
{
f.action = "http://www.baidu.com/s";
imglogo.src="logox3.gif";
imglogo.alt="百度首页";
urllogo.href="http://www.baidu.com/index.php?tn=sitehao123";