怎么把百度加到我的51主页里??怎么用代码?

来源:百度知道 编辑:UC知道 时间:2024/06/24 07:34:41
<iframe id="baiduframe" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="700" height="50"
src="http://unstat.baidu.com/bdun.bsc?
tn=udbfeng&csid=1&rkcs=0&bgcr=E2EEFC&ftcr=003366&wd=700&ht=50&tbsz=12&sropls=1,4,6,2,3&kwnm=18&kwgp=1&rk=1&bd=1&bdas=1&tbst=1
&sropst=1">
</iframe>
能不能在详细点,具体怎么用?

第一种:
<form action="http://www.baidu.com/baidu" target="_blank">
<table bgcolor="#FFFFFF"><tr><td>
<input name=tn type=hidden value=baidu>
<a href="http://www.baidu.com/"><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-80px.gif" alt="Baidu" align="bottom" border="0"></a>
<input type=text name=word size=30>
<input type="submit" value="百度搜索">
</td></tr></table>
</form>

第二种:
<SCRIPT language=javascript>
function gowhere1(formname)
{
var url;