BrowserVersion_HTML
1| <html>
2| <head>
3| <title>sample page</title>
4| <link rel="stylesheet" type="text/css" href="scripts/browserVersion_css.css" />
5| <script type="text/javascript" src="scripts/browserVersion_js.js">
6| </script>
7| <script type="text/javascript" src="scripts/JSUtility.js">
8| </script>
9| <script type="text/javascript" src="scripts/vista_deathclock_js.js">
10| </head>
11| <body>
12| <script type="text/javascript">
13|
14| CallTest("", true, true);
15| </script>
16| <h1>[SAMPLE PAGE]</h1>
17| <p>This is a sample page showing how browserVersion_js.js interfaces with a webpage.</p>
18| </body>
19| </html>