Im getting an expected "
" in this code and cant figure it out... it says its on the mac line????
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide this script from old browsers
if ((navigator.appName == "Microsoft Internet Explorer" &&
navigator.appVersion.indexOf("Mac"
== -1 && 4
navigator.appVersion.indexOf("3.1"
== -1) ||
(navigator.plugins && navigator.plugins["Shockwave Flash"]) ||
navigator.plugins["Shockwave Flash 2.0"]){
//Load a pre-defined HTML page with Shockwave in it into the browser window.
window.location='home.htm';
}
else {
//Load a pre-defined HTML page without Shockwave into the browser window.
window.location='index.htm';
}
// -->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide this script from old browsers
if ((navigator.appName == "Microsoft Internet Explorer" &&
navigator.appVersion.indexOf("Mac"
navigator.appVersion.indexOf("3.1"
(navigator.plugins && navigator.plugins["Shockwave Flash"]) ||
navigator.plugins["Shockwave Flash 2.0"]){
//Load a pre-defined HTML page with Shockwave in it into the browser window.
window.location='home.htm';
}
else {
//Load a pre-defined HTML page without Shockwave into the browser window.
window.location='index.htm';
}
// -->
</SCRIPT>