-1:000000000000 | 0:d6c3e487515c |
---|---|
1 <html> | |
2 <body> | |
3 <script> | |
4 | |
5 var success = 0; | |
6 | |
7 try { | |
8 parent[name].success = 1; | |
9 } catch (e) { | |
10 parent.postMessage(e, "http://mochi.test:8888"); | |
11 } | |
12 | |
13 parent.postMessage(success ? "success" : "failure", "http://mochi.test:8888"); | |
14 </script> | |
15 <p>Move on, nothing to see here...</p> | |
16 </body> | |
17 </html> |