📄 flash.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>插入 Flash 播放器</title>
<link href="../wbTextBox/pop.css" rel="stylesheet" type="text/css">
</head>
<style>TD {FONT-SIZE: 12px}</style>
<script event="onclick" for="Ok" language="JavaScript">
var s=path.value;
if (s.length<10)
{
alert("请输入正确的文件链接地址!");
}else{
window.returnValue = "[flash="+selwidth.value+","+selheight.value+"]"+path.value+"[/flash]"
window.close();
}
</script>
<body bgcolor="menu">
<table border="0" cellpadding="0" cellspacing="5" align="center" style="padding-left:10px;width=98%">
<tr>
<td>文件地址 : <input id="path" size="30" value="http://"></td>
</tr>
<tr>
<td>文件宽度 : <input id="selwidth" size="4" value="400"> 文件高度 :
<input id="selheight" size="4" value="300"></td>
</tr>
<tr>
<td align="middle"><button id="Ok" type="submit">确 定</button>
<button onclick="window.close();">关 闭</button></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -