📄 editor_fieldset.asp
字号:
<HTML>
<HEAD>
<title>插入栏目框</title>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<link rel="stylesheet" type="text/css" href="editor_dialog.css">
<script language="JavaScript">
function OK(){
var str1="";
str1="<FIELDSET align='"+align1.value+"' style='"
if(color.value!='')str1=str1+"color:"+color.value+";"
if(backcolor.value!='')str1=str1+"background-color:"+backcolor.value+";"
str1=str1+"'><Legend"
str1=str1+" align="+align2.value+">"+LegendTitle.value+"</Legend>请在这里输入栏目框的内容</FIELDSET>"
window.returnValue = str1;
window.close();
}
</script>
</head>
<body bgcolor=menu topmargin=15 leftmargin=15 >
<table width=100% border="0" cellpadding="0" cellspacing="2">
<tr><td>
<FIELDSET align=left>
<LEGEND align=left><strong>插入栏目框</strong></LEGEND>
<table border="0" align="center" cellpadding="0" cellspacing="3">
<tr>
<td align="right">栏目框对齐方式:</td>
<td><select name="align1" id=align1>
<option value="left" selected>左对齐
<option value="center">居中
<option value="right">右对齐
</select></td>
</tr>
<tr>
<td align="right">栏目标题: </td>
<td><input name="LegendTitle" type="text" id="LegendTitle" size="20"></td>
</tr>
<tr>
<td align="right">标题对齐方式: </td>
<td><select name="align2" id=select3>
<option value="left" selected>左对齐
<option value="center">居中
<option value="right">右对齐
</select></td>
</tr>
<tr>
<td align="right">边框颜色: </td>
<td><input name="color" id=color2 onClick='p=showModalDialog("editor_color.asp",window,"center:yes;dialogHeight:320px;dialogWidth:300px;help:no;status:no");if(p!=null){this.value=p.split("*")[0]}else{this.value=""}' size="20" maxlength="20" readonly></td>
</tr>
<tr>
<td align="right">背景颜色: </td>
<td><input name="backcolor" id=backcolor2 onClick='p=showModalDialog("editor_color.asp",window,"center:yes;dialogHeight:320px;dialogWidth:300px;help:no;status:no");if(p!=null){this.value=p.split("*")[0]}else{this.value=""}' size="20" maxlength="20" readonly></td>
</tr>
</table>
</FIELDSET>
</td><td width=80 align="center"><input name="cmdOK" type="button" id="cmdOK" value=" 确定 " onClick="OK();">
<br>
<br><input name="cmdCancel" type=button id="cmdCancel" onclick="window.close();" value=' 取消 '></td></tr></table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -