delete test
This commit is contained in:
parent
716285f045
commit
ab771bb9f2
16
test.html
16
test.html
|
|
@ -1,16 +0,0 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- <iframe width="100%" height="600" src="https://g.alicdn.com/aliyun/ecs-console-vnc2/0.0.8/index.html?vncUrl=wss%3A%2F%2Fbj01-vncproxy.aliyun.com%2Fwebsockify%2F%3Fs%3DJuF0%252B8RKCwBG4VwVjHZHVYzVeuJmEul%252BUT1tuAjFKvXw7z8aDIauMJHPlEUlhuz5&instanceId=i-2ze4yef5dc0rvu7u7qcz&isWindows=true&password=Aa1111"></iframe> -->
|
||||
<script>
|
||||
window.onload = function(){
|
||||
var target = parent.postMessage ? parent : (parent.document.postMessage ? parent.document : undefined);
|
||||
target.postMessage({height:document.getElementById("notebook").scrollHeight,type:"editHeight"}, "*");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue