ks_downphoto.html

来自「1.支持文章」· HTML 代码 · 共 42 行

HTML
42
字号
<html>
<head>
<title>插入下载缩略图参数设置</title>
<script language="JavaScript" src="../../JS/Common.js"></script>
<script language="javascript">
function OK() {
    var Val;
    Val = '{=GetDownPhoto('+document.myform.PhotoWidth.value+','+document.myform.PhotoHeight.value+')}';  
    window.returnValue = Val;
    window.close();
}
</script>
<link href="../../Inc/ModeWindow.css" rel="stylesheet"></head>
<body>
<form name="myform">
  <br>
  <table  width='96%' border='0'  align='center' cellpadding='2' cellspacing='1'>
<tr>
<td>
<FIELDSET align=center>
 <LEGEND align=left>显示下载缩略图设置</LEGEND>
 <table  width='100%' border='0'  align='center' cellpadding='2' cellspacing='1'>
  <tr >
    <td width="40%" align="right"><div align="center">下载缩略图宽度:</div></td>
    <td width="60%" ><input name="PhotoWidth" type="text" onBlur="CheckNumber(this,'Flash播放器宽度');" size="6" value="130">
      px</td>
  </tr>
  <tr>
    <td align="right"><div align="center">下载缩略图高度:</div></td>
    <td ><input name="PhotoHeight" type="text" size="6" onBlur="CheckNumber(this,'Flash播放器高度');" value="90">
    px</td>
  </tr>
</table>
</FIELDSET>
</td>
</tr>
<tr><td><div align="center"><input TYPE='button' value=' 确 定 ' onCLICK='OK()'></div></td></tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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