When i change the 'index.html' to 'blah.html' and upload it changes back to original location.href. Any ideas what causes this, and stopping back button to another web site from working?
<TITLE>Spanish Self Catering Villa Holidays</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
window.onerror = null;
manufacturer = navigator.appName;
versionnum = parseFloat(navigator.appVersion);
if (manufacturer.indexOf('Netscape') >= 0 && versionnum < 4.0)
location.href = 'index.html';
if (manufacturer.indexOf('Microsoft') >= 0 && versionnum < 4.0)
location.href = 'index.html';
<TITLE>Spanish Self Catering Villa Holidays</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
window.onerror = null;
manufacturer = navigator.appName;
versionnum = parseFloat(navigator.appVersion);
if (manufacturer.indexOf('Netscape') >= 0 && versionnum < 4.0)
location.href = 'index.html';
if (manufacturer.indexOf('Microsoft') >= 0 && versionnum < 4.0)
location.href = 'index.html';