Thanks, dherbolt. To answer your questions:
(1) The doctype and <head> statements are identical:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Interactive Bible quiz Daniel Hard</title>
<meta name="author" content="Ken and Carol Morgan" />
<meta name="classification" content="Bible Study" />
<meta name="description" content="Daniel very difficult interactive Bible quiz" />
<meta name="keywords" content="Nebuchadnezzar, Belshazzar, Hananiah, Azariah, Ashpenaz" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<link rel="stylesheet" type="text/css" href="BibleStyleRules.css" />
Of course, the contents of the obvious meta statements differ--the new quiz is on Ezekiel. Nowhere do I have a line with X-UA or documentMode in either page. This is new to me. Some javascript is built into the two html pages, other sections brought in with src statements. The external js files are identical (used in many of our quizzes).
(2) Both pages belong to the same Web site, are accessed via the same menu, and are being tested using the Internet and our server.
Ken
Bookmarks