(10-18-2016, 03:08 AM)Devildog Wrote: This is the first 50 lines or so. I don't see the line in question. I still get the verify error although with Chrome I can verify. I can't access kingdom reports with either
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Alamaze Kingdom Orders</title>
<meta name="description" content="Alamaze Kingdom Orders" />
<meta name="keywords" content="Alamaze kingdom" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<link rel="stylesheet" type="text/css" href="css/mainstyles.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="validate_5_46.js"></script>
<script type="text/javascript">
function init()
{
// dynamically create table based on sesssion storage info
populateKingdomTable();
// alert( navigator.userAgent );
if ( navigator.userAgent.indexOf("Firefox") >= 0 )
document.getElementById("showerrormsgs").setAttribute("cols", "82");
else if ( navigator.userAgent.indexOf("OPR") >= 0 )
document.getElementById("showerrormsgs").setAttribute("cols", "90");
else if ( navigator.userAgent.indexOf("Chrome") >= 0 )
document.getElementById("showerrormsgs").setAttribute("cols", "90");
else if ( navigator.userAgent.indexOf("Safari") >= 0 )
document.getElementById("showerrormsgs").setAttribute("cols", "82");
else
document.getElementById("showerrormsgs").setAttribute("cols", "82");
// set current copyright
var segment = "Copyright © " + new Date().getFullYear() + " Enlightened Age Entertainment. All Rights Reserved.";
document.getElementById("copyright").innerHTML = "<h4>" + segment + "</h4>";
}
</script>
</head>
<body onload="init()">
<div id="main">
<div id="header">
<div id="banner">
<div id="welcome">
<h1>Alamaze Online Order System</h1>
</div><!--close welcome-->
<div id="welcome_slogan">
<h1>Enlightened Age Entertainment</h1>
</div><!--close welcome_slogan-->
</div><!--close banner-->
</div><!--close header-->
Actually now I see it when I retry view source. I am still having problems verifying or seeing kingdom reports in firefox
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Alamaze Online Order System</title>
<meta name="description" content="Alamaze Online Order System" />
<meta name="keywords" content="Alamaze Online Order System" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<link rel="stylesheet" type="text/css" href="css/mainstyles.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="validate_SQL_1_2.js"></script>