?? 22.6 gmail右上角的loading效果.htm
字號:
<html>
<head>
<title>加載效果</title>
<script language="javascript">
function hideMsg()
{
document.getElementById("msgDiv").innerHTML="";//取消等待狀態的顯示
}
</script>
</head>
<body onunload="window.open('http://http://www.google.com')" scroll=no topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0>
<div style="position:absolute;top:10;left:10;" id="msgDiv"><font color=red>loading.........</font></div>
<iframe onload="hideMsg()" style="position:absolute;top:40;left:10;" src="http://www.sina.com.cn" width=300 height=200></iframe>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -