You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
507 B
15 lines
507 B
<html>
|
|
<head>
|
|
<title>Assign window.lately</title>
|
|
<link rel="stylesheet" type="text/css" href="tst.css">
|
|
</head>
|
|
<body>
|
|
<h1>Assign window.lately</h1>
|
|
<noscript><p>Javascript is disabled</p></noscript>
|
|
<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>
|