summaryrefslogtreecommitdiff
path: root/test/js/window.lately.html
blob: ba312dfe0dcc36cb817bd38b8dfcb321dde73bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>Assign window.lately</title>
<link rel="stylesheet" type="text/css" href="tst.css">
</head>
<body>
<h1>Assign window.lately</h1>
<p>location: <script>document.write(location);</script>
<p>location.protocol: <script>document.write(location.protocol);</script>
<p>equivalence <script>document.write(location.protocol === 'http:');</script>
<p>assignement <script>window.lately = (location.protocol === 'http:');</script>
</body>
</html>