请问怎样在一个网站上加上自己的顶部文件

来源:百度知道 编辑:UC知道 时间:2024/05/27 06:02:19
请问怎样在一个网站上加上自己的顶部文件
比如 我现在有一个别人的网站 http://www.hao123.com
我要到他的顶部加上一个 top.asp 或者我插入一个导航栏
使他看起来好像是我的网站里面的一样

<form action=http://www.baidu.com/s name=any>
<img src=https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif border=0 style="margin-bottom:-2px;"

width="58" height="19" alt="百度首页">
<input type=text name=word size="32" onMouseOver=this.focus() onFocus=this.select()

style="font-size:15px;margin-bottom:-1px;">
<input type=submit value="搜索" style="height:1.8em;width:5.3em;font-size:13px; ">

建立两个页面top.htm index.htm

top.htm的内容

<html>
<head>
<title>top</title>
</head>
<body>这个是你的导航页
</body>
</html>

index.htm的内容

<html