diff options
author | SARA <sara.halter@ost.ch> | 2021-12-23 10:18:37 +0100 |
---|---|---|
committer | SARA <sara.halter@ost.ch> | 2021-12-23 10:18:37 +0100 |
commit | d0b88ef9ba9a4365a6505dc82807b42fd68e378c (patch) | |
tree | 96dade68d3086ab131aeb962d803fc21a2b05741 /tests/MATLAB-Dateien/iframeProxyRelease.htm | |
parent | new slids (diff) | |
download | Fading-d0b88ef9ba9a4365a6505dc82807b42fd68e378c.tar.gz Fading-d0b88ef9ba9a4365a6505dc82807b42fd68e378c.zip |
Matlab link file
Diffstat (limited to '')
-rw-r--r-- | tests/MATLAB-Dateien/iframeProxyRelease.htm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/MATLAB-Dateien/iframeProxyRelease.htm b/tests/MATLAB-Dateien/iframeProxyRelease.htm new file mode 100644 index 0000000..3ccabd2 --- /dev/null +++ b/tests/MATLAB-Dateien/iframeProxyRelease.htm @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html class=" jgcoqjj 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/iframeProxy.js"></script> +</head> +<body> + +</body></html>
\ No newline at end of file |