Page 1 of 1

Test

PostPosted: Sun Feb 19, 2017 12:10 pm
by Skip
https://cronometer.com/report.html

Can anyone view this report?

Re: Test

PostPosted: Sun Feb 19, 2017 1:15 pm
by sirdle
No.

The page source is:

==========

<!doctype html>

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

<title>Cronometer Report</title>

<link type="text/css" rel="stylesheet" href="cronometer.css">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="cronometer/cronometer.nocache.js"></script>
<style>
#report {
width: 100%;
}

h2, h3 {
margin: 5px;
}

@media all {
.pagebreak {
display: none;
}
}

@media print {
.pagebreak {
display: block;
page-break-before: always;
}
.noprint {
display: none;
}
}

@media print and (color) {
* {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}
</style>

</head>

<body>
<div id="report" align="center">
<div id="fullReport" align="center"></div>
</div>
</body>
</html>

==========


I know a little bit about HTML, but not much. I don't know what all that @media is about.

I usually have javascript and googleapi disabled in my browser. Even when I turned them on, though, I just got a blank page. I think the server-side script is broken.

Re: Test

PostPosted: Sun Feb 19, 2017 4:36 pm
by Skip
thanks, Sirdle