在电脑上看自己的电脑上一切正常,用别人的电脑看出现重复,有些显示不出来(以自己电脑当服务器,在局域网里看的,为什么)
你所说的“重复”不知道是什么意思?在别人的电脑访问显示不出来,我觉得会不会是你路径的设置问题吧,因为你用的是你电脑的本地路径,别人访问的时候路径可能会转到他电脑上面去了。具体没试过,呵,猜的!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>欢迎</title>
<style type="text/css">
<!--
.STYLE1 {
font-family: "宋体";
font-size: 16px;
font-weight: bold;
}
.STYLE2 {
font-size: 16px;
font-weight: bold;
}
body {
background-color: #FFFFFF;
}
.STYLE25 {
font-size: 12px;
font-weight: bold;
}
.STYLE26 {font-size: 12px}
.STYLE27 {font-size: 12}
-->
</style>
<script language=vbscript>
dim second
sub submit_onclick
set second= window.open("http://localhost/注册.asp")
end sub
</script>
</head>
<body>
<table align=center width="992" height="1212" border="1" bordercolor="#0000FF">
<tr>
<td height="125" colspan="3"><img src="images/52_01.jpg" width="1005" height="131" /></td>
</tr>
<tr>
<form action="Default.asp" method="post">
<input type="hidden" name="action" value="Default">
<td width="236" height="162" rowspan="2"><p><span class="STYLE2"> </span></p>
<p><span class="STYLE2"> 帐号:</span>
<input name="UserCount" type="text" class="STYLE1" size="14" maxlength="24" />
</p>
<p> <span class="STYLE1"> 密码:</span>
<input name="PasDrco括? ?0B汬TTP/1.1 200 OK (乱玛)
Server: Microsoft-IIS/5.1
Date: Sat, 06 Oct 2007 02:49:53 GMT
Content-Length: 9388
Content-Type: text/html
Cache-control: private
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>欢迎</title>
<style type="text/css">
<!--
.STYLE1 {
font-family: "宋体";
font-size: 16px;
font-weight: bold;
}
.STYLE2 {
font-size: 16px;
font-weight: bold;
}
body {
background-color: #FFFFFF;
}
.STYLE25 {
font-size: 12px;
font-weight: bold;
}
.STYLE26 {font-size: 12px}
.STYLE27 {font-size: 12}
-->
</style>
<script language=vbscript>
dim second
sub submit_onclick
set second= window.open("http://localhost/注册.asp")
end sub
</script>
这是我用别人电脑看时的源文件..红色表示重复
而且刷新几次后显示的布局也不一样>>>
[此贴子已经被作者于2007-10-6 11:01:29编辑过]
有乱码的话,要不楼主你把编程方式改为 UTF-8 试下吧,会不会系统对编码的兼容性问题。
将
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
改为
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />试下。
至于那个 localhost ,我不清楚,呵呵
要是试的话就先固定IP,然后,再把 localhost 改为你的IP,后面再是你的路径了,不过不能用中文路径吧!
,没试过,办公室找不到电脑做实验了,又是猜滴!