This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="viewport" content="width=device-width"/> | |
<style> | |
body { | |
font-family: "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; | |
font-size: 1.2rem; | |
margin: 10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var minutes = .25; | |
var theIframeURL = "http://dashboard.corp.priceline.com/views/MoversShakers/HeatMapUSA?:embed=y&:from_wg=true"; | |
setInterval(function(){ | |
document.querySelectorAll('#viewerFrame')[0].src=theIframeURL; | |
}, 1000 * 60 * minutes); |
NewerOlder