📄 fl_c_label.asp
字号:
retV+='ulid$' + obj.ulid.value + '┆';
retV+='ulclass$' + obj.ulclass.value + '┆';
retV+='liid$' + obj.liid.value + '┆';
retV+='liclass$' + obj.liclass.value + '┆';
retV+='连接类别$' + obj.Select_class_pic.value+ '┆';
retV+='打开窗口$' + obj.Openstyle.value ;
retV+='}';
window.parent.returnValue = retV;
window.close();
}
</script>
<%End Sub%>
<%Sub WordFL()%>
<table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
<tr>
<td colspan="2" class="xingmu">文字友情连接</td>
</tr>
<!-------------------->
<tr>
<td width="19%" align="right" class="hback"><div align="right">选择类别</div></td>
<td width="81%" class="hback">
<%
dim frind_RS
set frind_RS=Conn.execute("Select ID,F_ClassCName from FS_FL_Class")
response.Write("<select name=""Select_class_word"" id=""Select_class_word"">"&vbcrlf)
response.Write("<option vaule="""">选择类别</option>"&vbcrlf)
while not frind_RS.eof
response.Write("<option value="""&frind_RS("ID")&""">"&frind_RS("F_ClassCName")&"</option>"&vbcrlf)
frind_RS.movenext
wend
response.Write("</select>"&vbcrlf)
Conn.close()
Set Conn=nothing
%><span id="pic" style="color:#FF0000">*请选择友情连接的类别</span>
</td>
</tr>
<!-------------2/7 by chen 友情连接打开方式----------->
<tr>
<td width="21%" class="hback"><div align="right">调用数量</div></td>
<td width="79%" class="hback"><input name="CodeNumber" type="text" id="CodeNumber" value="12" size="10">
请用正整数 打开方式
<select name="Openstyle" id="Openstyle">
<option value="0" selected>原窗口</option>
<option value="1">新窗口</option>
</select></td>
</tr>
<tr>
<td class="hback"><div align="right">每行数量</div></td>
<td class="hback"><input name="ColsNumber" type="text" id="ColsNumber" value="1" size="10">
对DIV+CSS框架无效 </td>
</tr>
<tr>
<td class="hback"><div align="right">站点显示字数</div></td>
<td class="hback"><input name="leftTitle" type="text" id="leftTitle" value="20" size="10"></td>
</tr>
<tr>
<td class="hback"><div align="right">标题CSS</div></td>
<td class="hback"><input name="TitleCSS" type="text" id="TitleCSS" size="10">
对DIV+CSS框架无效 </td>
</tr>
<tr>
<td class="hback"><div align="right">输出格式</div></td>
<td class="hback">
<select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
<option value="out_Table">普通格式</option>
<option value="out_DIV">DIV+CSS格式</option>
</select></td>
</tr>
<tr class="hback" id="div_id" style="font-family:宋体;display:none;" >
<td rowspan="3" align="center" class="hback"><div align="right"></div>
<div align="right">DIV控制</div></td>
<td colspan="3" class="hback" ><div id=" <input name="DivID" type="text" id="DivID" size="6" disabled style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的ID号,请在CSS中预先定义。不能为空">
" class=" <input name="Divclass" type="text" id="Divclass" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的Class名称,请在CSS中预先定义。可以为空!!">
"></td>
</tr>
<tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
<td colspan="3" class="hback" ><ul id=" <input name="ulid" type="text" id="ulid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的ID,请在CSS中预先定义。可以为空!!">
" class=" <input name="ulclass" type="text" id="ulclass" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的class名称,请在CSS中预先定义。可以为空!!">
"></td>
</tr>
<tr class="hback" id="li_id" style="font-family:宋体;display:none;">
<td colspan="3" class="hback" ><li id="
<input name="liid" type="text" id="liid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的ID,请在CSS中预先定义。可以为空!!"> " class=" <input name="liclass" type="text" id="liclass" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的class名称,请在CSS中预先定义。可以为空!!">
"></td>
</tr>
<tr>
<td class="hback"><div align="right"></div></td>
<td class="hback"><input name="button" type="button" onClick="ok(this.form);" value="确定创建此标签">
<input name="button" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 "></td>
</tr>
</table>
<script language="JavaScript" type="text/JavaScript">
function ok(obj)
{
var retV = '{FS:FL=WordFL┆';
retV+='调用数量$' + obj.CodeNumber.value + '┆';
retV+='每行数量$' + obj.ColsNumber.value + '┆';
retV+='标题CSS$' + obj.TitleCSS.value + '┆';
retV+='站点显示字数$' + obj.leftTitle.value + '┆';
retV+='输出方式$' + obj.out_char.value + '┆';
retV+='DivID$' + obj.DivID.value + '┆';
retV+='Divclass$' + obj.Divclass.value + '┆';
retV+='ulid$' + obj.ulid.value + '┆';
retV+='ulclass$' + obj.ulclass.value + '┆';
retV+='liid$' + obj.liid.value + '┆';
retV+='liclass$' + obj.liclass.value + '┆';
retV+='连接类别$' + obj.Select_class_word.value+ '┆';
retV+='打开窗口$' + obj.Openstyle.value ;
retV+='}';
window.parent.returnValue = retV;
window.close();
}
</script>
<%End Sub%>
</form>
</body>
</html>
<script language="JavaScript" type="text/JavaScript">
function SelectClass()
{
var ReturnValue='',TempArray=new Array();
ReturnValue = OpenWindow('../News/lib/SelectClassFrame.asp',400,300,window);
if (ReturnValue.indexOf('***')!=-1)
{
TempArray = ReturnValue.split('***');
document.all.ClassID.value=TempArray[0]
document.all.ClassName.value=TempArray[1]
}
}
function selectHtml_express(Html_express)
{
switch (Html_express)
{
case "out_Table":
document.getElementById('div_id').style.display='none';
document.getElementById('li_id').style.display='none';
document.getElementById('ul_id').style.display='none';
document.getElementById('DivID').disabled=true;
break;
case "out_DIV":
document.getElementById('div_id').style.display='';
document.getElementById('li_id').style.display='';
document.getElementById('ul_id').style.display='';
document.getElementById('DivID').disabled=false;
break;
}
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -