📄 iframe.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>IFRAME</title>
<link href="../../css.css" rel="stylesheet" type="text/css">
</head>
<SCRIPT event=onclick for=Ok language=JavaScript>
window.returnValue = a.value+"*"+b.value+"*"+c.value+"*"+d.value+"*"+e.value
window.close();
</SCRIPT>
<script>
function IsDigit()
{
return ((event.keyCode >= 48) && (event.keyCode <= 57));
}
</script>
<body bgcolor="#eeeeee" topmargin="0">
<div align="center"><br>
<table width="95%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="25%">网页文件地址: </td>
<td width="75%"><input id=a value='http://' style='width:170'> <input type=button value='本地文件' onClick='files.click();if(document.all("files").value!="")a.value="file:///"+document.all("files").value.replace(/\\/g,"/")'>
</td>
</tr>
<tr>
<td>滚动条: </td>
<td><select id=b>
<option value=noshade>无
<option value=yes>有
</select>
边框线:
<select id=c>
<option value=0>无
<option value=1>有</select></td>
</tr>
<tr>
<td>背景颜色: </td>
<td><input id=d onClick='p=showModalDialog("editcolor.htm",window,"center:yes;dialogHeight:320px;dialogWidth:300px;help:no;status:no");if(p!=null){this.value=p.split("*")[0]}else{this.value=""}' readonly>
</td>
</tr>
<tr>
<td> 上下边距: </td>
<td><input id=d maxlength=2 size=2 onKeyPress="event.returnValue=IsDigit();">
上下边距必须填写数字,范围在1-99之间</td>
</tr>
<tr>
<td>左右边距: </td>
<td><input id=e maxlength=2 size=2 onKeyPress="event.returnValue=IsDigit();">
左右边距必须填写数字,范围在1-99之间</td>
</tr>
<tr>
<td colspan="2" align="center"><input type=submit value='完成插入' id=Ok>
<input type=file id=files style='display:none'></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -