Using a new server PeopleHost.com . Can't get any help from them.
Transferring a site from old host to new. Everything worked fine on the old host (Why did I change?!!) One of the files in particular seems to be getting corrupted when I upload using CuteFTP. This page uses some JS, but so do 40 or so others which upload and work fine.
Page in question is at
First couple of lines of source are reproduced below (don't know how to attach files in Tek-Tips):
Local (before uploading):
<HTML>
<HEAD>
<TITLE>General Landing Page</TITLE>
<link rel="stylesheet" type="text/css" href="../../../bizstyle.css">
<script language="javascript" type="text/javascript">
var scorestring=
"s0101 s0102 s0103 s0104 s0105 s0106 s0107 s0108 "
+"s0201 s0202 s0203 s0204 s0205 s0206 s0207 s0208 "
After uploading, view via IE 'source' option:
<HTML>???????
<TITLE>General Landing Page</TITLE>?????? ???????????????? ??????????????? ?????????????????????????????
???????? ????????????????????? ???????????????????????
????? ????????????
"s0101 s0102 s0103 s0104 s0105 s0106 s0107 s0108 "????? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
+"s0301 s0302 s0303 s0304 s0305 s0306 s0307 s0308 "????? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
+"s0501 s0502 s0503 s0504 s0505 s0506 s0507 s0508 "????? ? ?
After uploading, view from CuteFTP (right click & selecting "view"):
<HTML>?
<HEAD>?
<TITLE>General Landing Page</TITLE>?
<link rel="stylesheet" type="text/css" href="../../../bizstyle.css">?
?
<script language="javascript" type="text/javascript">?
?
var scorestring=?
"s0101 s0102 s0103 s0104 s0105 s0106 s0107 s0108 "?
+"s0201 s0202 s0203 s0204 s0205 s0206 s0207 s0208 "?
+"s0301
Anybody any idea what might be going on? Can send full views if it would help.
Thanks.
Transferring a site from old host to new. Everything worked fine on the old host (Why did I change?!!) One of the files in particular seems to be getting corrupted when I upload using CuteFTP. This page uses some JS, but so do 40 or so others which upload and work fine.
Page in question is at
First couple of lines of source are reproduced below (don't know how to attach files in Tek-Tips):
Local (before uploading):
<HTML>
<HEAD>
<TITLE>General Landing Page</TITLE>
<link rel="stylesheet" type="text/css" href="../../../bizstyle.css">
<script language="javascript" type="text/javascript">
var scorestring=
"s0101 s0102 s0103 s0104 s0105 s0106 s0107 s0108 "
+"s0201 s0202 s0203 s0204 s0205 s0206 s0207 s0208 "
After uploading, view via IE 'source' option:
<HTML>???????
<TITLE>General Landing Page</TITLE>?????? ???????????????? ??????????????? ?????????????????????????????
???????? ????????????????????? ???????????????????????
????? ????????????
"s0101 s0102 s0103 s0104 s0105 s0106 s0107 s0108 "????? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
+"s0301 s0302 s0303 s0304 s0305 s0306 s0307 s0308 "????? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
+"s0501 s0502 s0503 s0504 s0505 s0506 s0507 s0508 "????? ? ?
After uploading, view from CuteFTP (right click & selecting "view"):
<HTML>?
<HEAD>?
<TITLE>General Landing Page</TITLE>?
<link rel="stylesheet" type="text/css" href="../../../bizstyle.css">?
?
<script language="javascript" type="text/javascript">?
?
var scorestring=?
"s0101 s0102 s0103 s0104 s0105 s0106 s0107 s0108 "?
+"s0201 s0202 s0203 s0204 s0205 s0206 s0207 s0208 "?
+"s0301
Anybody any idea what might be going on? Can send full views if it would help.
Thanks.