⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 insertframe.asp

📁 SK信息采集2.0功能介绍: 1.可针对任何静态网页,动态网页进行采集。包括htm,html,shtml,ASP,ASPX,JSP,PHP等。 2.增加自定文件采集.用户可采集网页中的所有文件.
💻 ASP
字号:
<HTML>
<HEAD>
<title>插入栏目框</title>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<link rel="stylesheet" href="editor.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>
<link href="ModeWindow.css" rel="stylesheet" type="text/css">
</head>
<style type="text/css">
<!--
.Separator 
{
	BORDER-RIGHT: buttonhighlight 1px solid;
	FONT-SIZE: 0px;
	BORDER-LEFT: buttonshadow 1px solid;
	cursor: default;
	height: 120px;
	width: 1px;
	top: 10px;
}
-->
</style>
<body bgcolor=menu topmargin=15 leftmargin=15 >
<div align="center">
  <table border="0" cellpadding="0" cellspacing="0">
    <tr> 
      <td width="260"> <LEGEND align=left></LEGEND> <table border="0" align="center" cellpadding="0" cellspacing="3">
          <tr> 
            <td align="right"><div align="left">栏目框对齐方式:</div></td>
            <td><select name="align1" id=align1>
                <option value="left" selected>左对齐 
                <option value="center">居中 
                <option value="right">右对齐 </select></td>
          </tr>
          <tr> 
            <td align="right"><div align="left">栏目标题: </div></td>
            <td><input name="LegendTitle" type="text" id="LegendTitle" size="20"></td>
          </tr>
          <tr> 
            <td align="right"><div align="left">标题对齐方式: </div></td>
            <td><select name="align2" id=select3>
                <option value="left" selected>左对齐 
                <option value="center">居中 
                <option value="right">右对齐 </select></td>
          </tr>
          <tr> 
            <td align="right"><div align="left">边框颜色: </div></td>
            <td><input name="color" id=color2 onClick='p=showModalDialog("SelectColor.asp",window,"center:yes;dialogHeight:251px;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"><div align="left">背景颜色: </div></td>
            <td><input name="backcolor" id=backcolor2 onClick='p=showModalDialog("SelectColor.asp",window,"center:yes;dialogHeight:251px;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></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>
</div>
</body>
</html>

⌨️ 快捷键说明

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