forked from suellenwang/Ars327_Final_Suellen-Wang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStore.html
36 lines (26 loc) · 1.25 KB
/
Store.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<!-- saved from url=(0065)http://pstatic.davebestdeals.com/nwp/v0_0_1142/release/Store.html -->
<html><head lang="en"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>IFrame Store</title>
</head>
<body>
<h1>IFrame Store</h1>
<script>
if (document.location.hash == "#debug") window.FO_DEBUG = 1;
</script>
<script id="ifscript" src="./IFrameStoreReciever.js"></script>
<!--<script>-->
<!--var script = document.createElement("script");-->
<!--script.src = "./Shared/Extra/IFrameStoreReciever.js";-->
<!--script.onerror = function(a, b, c) {-->
<!--var msg = "IframeReciever script failure: " + a + b + c;-->
<!--var img = document.body.appendChild(document.createElement("img"));-->
<!--img.style.zIndex = "-100";-->
<!--img.style.position = "absolute";-->
<!--img.style.left = "0";-->
<!--img.style.top = "0";-->
<!--img.src = '//app.datafastguru.info/a/exception/logo.png?t=' + new Date().getTime() + "&partid=wpguy&ex=" + encodeURIComponent(msg);-->
<!--};-->
<!--document.getElementsByTagName('head')[0].appendChild(script);-->
<!--</script>-->
</body></html>