
asp个人网站首页怎么修改?
我在网上下载了一个asp的个人网站程序想利用DW修改它的界面但是这个网站程序有个功能就是首页可以加密访问,如果不加密就可以正常访问首页。但这样我在用DW打开首页index...
我在网上下载了一个asp的个人网站程序 想利用DW修改它的界面 但是这个网站程序有个功能就是首页可以加密访问, 如果不加密就可以正常访问首页。但这样我在用DW打开首页index.asp时 显示的是加密的页面,真正的首页却没法显示在DW里 这样我就无法修改风格了 其他的.asp 都一样 打开都是同样的页面 真正的页面都不能显示在DW中 不知哪位高人能告诉一下 这样才能让DW显示网页的真正页面而不是加密页面呢?
下面是首页的代码:
<!--#include file="conn.asp"-->
<!--#include file="include.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=siteName%></title>
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body topmargin="0" leftmargin="0">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:13px;">
<tr>
<td width="284"><img src="images/index2_r1_c1.jpg" width="292" height="140"></td>
<td width="716" rowspan="4" valign="top"><table width="100%" height="279" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="61%" height="55"> </td>
<td width="39%" align="right"><img src="images/index2_r1_c5.jpg" width="276" height="55" border="0" usemap="#Map2"></td>
</tr>
<tr>
<td> </td>
<td align="right"><img src="images/index2_r2_c4.jpg" width="506" height="267"></td>
</tr>
<tr>
<td rowspan="3"><img src="images/index2_r4_c2.jpg" width="145" height="278"></td>
<td><img src="images/index2_r4_c3.jpg" width="563" height="82" border="0" usemap="#Map"></td>
</tr>
<tr>
<td><img src="images/index2_r5_c3.jpg" width="563" height="93"></td>
</tr>
<tr>
<td><img src="images/index2_r7_c3.jpg" width="563" height="103"></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/index2_r3_c1.jpg" width="292" height="182"></td>
</tr>
<tr>
<td><img src="images/index2_r4_c1.jpg" width="292" height="165"></td>
</tr>
<tr>
<td><img src="images/index2_r6_c1.jpg" width="292" height="113"></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="18,43,82,79" href="aboutme.asp">
<area shape="rect" coords="83,43,148,70" href="Article.asp">
<area shape="rect" coords="148,42,228,68" href="Multimedia.asp">
<area shape="rect" coords="229,42,293,71" href="photo.asp">
<area shape="rect" coords="294,52,380,76" href="tool.asp">
<area shape="rect" coords="381,43,457,72" href="book.asp">
</map>
<map name="Map2"><area shape="rect" coords="144,26,211,43" href="default.asp"><area shape="rect" coords="212,26,266,42" href="link.asp">
</map>
</body>
</html>
呵呵 我搞定了 是在conn.asp中 展开
下面是首页的代码:
<!--#include file="conn.asp"-->
<!--#include file="include.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=siteName%></title>
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body topmargin="0" leftmargin="0">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:13px;">
<tr>
<td width="284"><img src="images/index2_r1_c1.jpg" width="292" height="140"></td>
<td width="716" rowspan="4" valign="top"><table width="100%" height="279" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="61%" height="55"> </td>
<td width="39%" align="right"><img src="images/index2_r1_c5.jpg" width="276" height="55" border="0" usemap="#Map2"></td>
</tr>
<tr>
<td> </td>
<td align="right"><img src="images/index2_r2_c4.jpg" width="506" height="267"></td>
</tr>
<tr>
<td rowspan="3"><img src="images/index2_r4_c2.jpg" width="145" height="278"></td>
<td><img src="images/index2_r4_c3.jpg" width="563" height="82" border="0" usemap="#Map"></td>
</tr>
<tr>
<td><img src="images/index2_r5_c3.jpg" width="563" height="93"></td>
</tr>
<tr>
<td><img src="images/index2_r7_c3.jpg" width="563" height="103"></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/index2_r3_c1.jpg" width="292" height="182"></td>
</tr>
<tr>
<td><img src="images/index2_r4_c1.jpg" width="292" height="165"></td>
</tr>
<tr>
<td><img src="images/index2_r6_c1.jpg" width="292" height="113"></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="18,43,82,79" href="aboutme.asp">
<area shape="rect" coords="83,43,148,70" href="Article.asp">
<area shape="rect" coords="148,42,228,68" href="Multimedia.asp">
<area shape="rect" coords="229,42,293,71" href="photo.asp">
<area shape="rect" coords="294,52,380,76" href="tool.asp">
<area shape="rect" coords="381,43,457,72" href="book.asp">
</map>
<map name="Map2"><area shape="rect" coords="144,26,211,43" href="default.asp"><area shape="rect" coords="212,26,266,42" href="link.asp">
</map>
</body>
</html>
呵呵 我搞定了 是在conn.asp中 展开
1个回答
展开全部
应该是在include.asp中间吧。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询