realplay.htm

来自「YxBBs是由Y网出品的一套ASP论坛系统,拥有小巧、高速、简捷、易用等特点。在」· HTM 代码 · 共 45 行

HTM
45
字号
<html>
<head>
<title>插入RealPlay播放器</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<Link rel="stylesheet" type="text/css" href="pop.css">
<script event="onclick" for="Ok" language="JavaScript">
	var s=path.value;
	if (s.length<10)
	{
		alert("请输入正确的文件链接地址!");
	}else{
		window.returnValue = "[rm="+selwidth.value+","+selheight.value+"]"+path.value+"[/rm]"
		window.close();
	}
</script>
</head>
<body>
<table width="100%" height="100%" border="0" align="center" cellpadding="2" cellspacing="0">
  <tr>
    <td height="25" bgcolor="#CCCCCC" class="title">&nbsp;插入 RealPlay 播放器</td>
  </tr>
  <tr>
    <td height="98%"><table border="0" cellpadding="0" cellspacing="5" align="center" style="padding-left:10px;width=98%">
      <tr>
        <td>文件地址 :
          <input name="Input" id="path" value="http://" size="30"></td>
      </tr>
      <tr>
        <td>文件宽度 :
          <input name="Input2" id="selwidth" value="500" size="4">
          &nbsp; 文件高度 :
          <input name="Input2" id="selheight" value="300" size="4"></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="2" align="right" bgcolor="#999999"></td>
  </tr>
  <tr>
    <td height="25" align="right" bgcolor="#CCCCCC"><button id="Ok" type="submit">确 定</button><button onClick="window.close();">关 闭</button>    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?