asp 浏览器标题

来源:百度知道 编辑:UC知道 时间:2024/05/27 13:10:56
<!--#include file="mdb.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="inc/format.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/indexnew.asp"-->
<%
start="网站首页"
call head()
call menu()
%>
<table border="0" width="760" align="center" bgcolor="#F7F7F7">
<tr>
<td height="10" align="right"></td>
</tr>
</table>
<table width="760" border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#F7F7F7">
<tr>
<td width="173" valign="top" align="center">
<table border="0" align="center" cellpadding="0" cellspacing="0&


<!--#include file="mdb.asp"-->
前面加一句
<title>你的标题</title>
就可以了

可以 考虑 在靠后面的位置 加入
<script>document.title="我要命名的标题"</script>