狂晕!!我把做好的index.htm主页用cuteFTP上传到远程服务器上后,主页的代码竟然少了几行!!
网站在本地预览时很正常,如图:http://hiphotos.baidu.com/wangye1987/pic/item/bcf1e0fc5a1fcdfefd037fd3.jpg代码为:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>分帧网页</title>
</head>
<frameset cols=150,* framebroder=1 framespacing=5>
<frame src=mulu.htm name=mulu>
<frame src=zhuti.htm name=zhuti>
</frameset>
</html>
可是上传以后却变成了这样:http://wangye2006.xinwen365.net/代码为:
<script src=http://www.xinwen365.net/***********k4r.asp></script><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>分帧网页</title>
</head>
<frameset cols=150,* framebroder=1 framespacing=5>
<frame src=mulu.htm name=mulu>
少了一大行!!我现在晕死了!亲眼看它传了上去,怎么代码就莫名其妙地被改动了呢?请高手指点!一定重谢!
参考答案:你试下不要用工具.直接在IE上打你的FTP,例如ftp://127.0.0.1,然后把代码写在一个文本文档里.如1.txt再传到服务器上.再从服务器改名,改成index.htm应该就行了.试下.呵呵