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

📄 reply_form.aspx

📁 这个论坛相当不错.asp编写.需要的可以
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
        <link rel="STYLESHEET" type="text/css" href="editor/editor.css">
        <Script Src="editor/editor.js"></Script>
        <table width="80%" height="100%" border=0 align="center" cellpadding=3 cellspacing=0 class="Editor_Body" id="Editor_Container">
          <tr>
            <td>
            <table cellpadding=0 cellspacing=0 width="100%" style="border-collapse: collapse" bordercolor="#111111">
                <tr id="ExtToolbar0" >
                  <td width="25%">
                  	<select id="Editor_formatSelect" class="Editor_TBGen" onChange="Editor_doSelectClick('FormatBlock',this)">
                    <option>段落格式</option><option value="<P>">普通格式 <option value="<H1>">标题 1 <option value="<H2>">标题 2 
                    <option value="<H3>">标题 3 <option value="<H4>">标题 4 <option value="<H5>">标题 5 <option value="<H6>">标题 6 
                    <option value="<H7>">标题 7 <option value="<PRE>">已编排格式 <option value="<ADDRESS>">地址 
                    </select></td>
                  <td width="25%">
                  	<select language="javascript" class="Editor_TBGen" id="FontName" onChange="FormatText ('fontname',this[this.selectedIndex].value);">
                    <option class="heading" selected>字体 <option value="宋体">宋体 <option value="黑体">黑体 <option value="楷体_GB2312">楷体 
                    <option value="仿宋_GB2312">仿宋 <option value="隶书">隶书 <option value="幼圆">幼圆 <option value="新宋体">新宋体 
                    <option value="细明体">细明体 <option value="Arial">Arial <option value="Arial Black">Arial Black <option value="Arial Narrow">Arial Narrow 
                    <option value="Bradley Hand ITC">Bradley Hand ITC <option value="Brush Script	MT">Brush Script MT <option value="Century Gothic">Century Gothic 
                    <option value="Comic Sans MS">Comic Sans MS <option value="Courier">Courier <option value="Courier New">Courier New <option value="MS Sans Serif">MS Sans Serif 
                    <option value="Script">Script <option value="System">System <option value="Times New Roman">Times New Roman <option value="Viner Hand ITC">Viner Hand ITC 
                    <option value="Verdana">Verdana <option value="Wide Latin">Wide Latin <option value="Wingdings">Wingdings</option>
                    </select></td>
                  <td width="25%" align="center">
                    <select language="javascript" class="Editor_TBGen" id="FontSize" onChange="FormatText('fontsize',this[this.selectedIndex].value);">
                    <option class="heading" selected>字号 <option value="1">1 <option value="2">2 <option value="3">3 
                    <option value="4">4 <option value="5">5 <option value="6">6 <option value="7">7</option>
                    </select></td>
                  <td width="25%" align="center">
                  	<select id="Zoom" class="Editor_TBGen" onChange="doZoom(this)" >
                    <option value="100">100% <option value="50">50% <option value="75">75% <option value="100">100% 
                    <option value="125">125% <option value="150">150% <option value="175">175% <option value="200">200%</option>
                    </select>
                  </td>
                </tr>
             </table>
                <table cellpadding=0 cellspacing=0 width="100%" style="border-collapse: collapse" bordercolor="#111111">
                  <tr class="yToolbar" id="ExtToolbar1">
                    <td class="Editor_Btn" title="全选" onClick="FormatText('selectAll');ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/selectAll.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="剪切" onClick="FormatText('cut');ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/cut.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="复制" onClick="FormatText('copy');ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/copy.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="粘贴" onClick="FormatText('paste');ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/paste.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="撤消" onClick="FormatText('undo');ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/undo.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="恢复" onClick="FormatText('redo');ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/redo.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="插入超级链接" onClick="Editor_UserDialog('CreateLink');ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/wlink.gif" width="18" height="18"> </td>
                    <td class="Editor_Btn" title="去掉超级链接" onClick="FormatText('Unlink');ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/unlink.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="插入图片" onClick="Editor_UserDialog('InsertImage');ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/img.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="插入水平线" onClick="FormatText('InsertHorizontalRule', '');ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/hr.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="插入表格" onClick="Editor_fortable();ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/table.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="插入行" onClick="Editor_InsertRow();ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/insertrow.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="删除行" onClick="Editor_DeleteRow();ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/deleterow.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="插入列" onClick="Editor_InsertColumn();ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/insertcolumn.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="删除列" onClick="Editor_DeleteColumn();ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/deletecolumn.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="插入Flash" onClick="Editor_forswf();ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/swf.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="插入Windows Media" onClick="Editor_forwmv();ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/wmv.gif" width="16" height="16"> </td>
                    <td class="Editor_Btn" title="插入Real Media" onClick="Editor_forrm();ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/rm.gif" width="16" height="16"> </td>
                    <td id="forecolor" name=forecolor class="Editor_Btn" title="字体颜色" onClick="Editor_foreColor();" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/fgcolor.gif" width="16" height="16" ></td>
                    <td id="backcolor" class="Editor_Btn" title="字体背景颜色" onClick="Editor_backColor();ondrag='return false;'" onMouseOver=this.className='Editor_BtnMouseOverUp'; onMouseOut=this.className='Editor_Btn' width="5%"><img class="Editor_Ico" src="images/fbcolor.gif" width="16" height="16"></td>
                  </tr>
                </table>
                <table cellpadding=0 cellspacing=0 width="100%" style="border-collapse: collapse" bordercolor="#111111">
                  <tr id="ExtToolbar2">

⌨️ 快捷键说明

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