Files
OMS/app/wmsmgr/view/bindRelation.html
2025-12-28 23:13:25 +08:00

25 lines
664 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>申请绑定</title>
</head>
<body leftmargin="0" topmargin="0">
<{$license_iframe}>
<script>
var iframe = document.getElementById('iframe') || document.getElementsByTagName('iframe')[0];
iframe.onload = function() {
this.height = document.documentElement.clientHeight - 4;
}
window.onresize = function() {
iframe.style.height = document.documentElement.clientHeight - 4 + 'px';
}
</script>
</body>
</html>