blob: 4c54a418b143e97beae0bd653ee6004b9d2d5437 (
plain)
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
|
<!DOCTYPE html>
<html class=" jrramoc idc0_335"><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script>
/*
* This function returns the query string.
* Eg: https://routingHost.mathworks.com?routingKey=1234 returns "?routingKey=1234"
* https://mlsedu return ""
*/
(function () {
var getRoutingKey = function () {
return location.search;
};
var script = document.createElement("script");
script.setAttribute("type", "text/javascript");
script.setAttribute("src", "iframeProxy.main.js" + getRoutingKey());
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script><script type="text/javascript" src="iframeProxyRelease_data_004/iframeProxy.js"></script>
</head>
<body>
</body></html>
|