File: remote.html

Recommend this page to a friend!
  Classes of Martin Latter   JavaScript Monitor URL Changes   remote.html   Download  
File: remote.html
Role: Example script
Content type: text/plain
Description: Example
Class: JavaScript Monitor URL Changes
Display the status of accessing a URL in a page
Author: By
Last change: Update of remote.html
Date: 2 years ago
Size: 759 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>Monitor remote URL</title> <link rel="stylesheet" type="text/css" href="css/trafficlight.css" media="all"> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script type="text/javascript" src="js/trafficlight.js"></script> <script type="text/javascript" src="js/remote_loader.js"></script> </head> <body> <div id="traffic-light-container-1"> <div id="traffic-light-1"></div> <div class="strap">remote URL</div> </div> </body> </html>