如何添加代码
时间:2011-09-21
来源:互联网
<% Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.ToolbarSet = "Default" ’使用工具条
oFCKeditor.Width = "100%" ’宽度
oFCKeditor.Height = "15" ’高度
oFCKeditor.Value =rs("txtcontent") ’源文件
oFCKeditor.Create "txtcontent" ’文本框名称
%>
这段代码,如何添加到文件里?添加到什么位置呢?
<tr>
<td width="15%" align="right" height="30"><b>文章标题:</b></td>
<td width="85%" height="30"><input type="text" name="txttitle" size="70"
class="smallinput" maxlength="100"></td>
</tr>
<tr>
<td width="15%" align="right" height="30"> </td>
<td width="85%" height="30">
<BR>
HTML代码标签:</td>
</tr>
<tr>
<td width="15%" align="right" valign="top"><b>文章内容:</b></td>
<td width="85%"><textarea rows="15" name="txtcontent" cols="60" class="smallarea"></textarea></td>
</tr>
Set oFCKeditor = New FCKeditor
oFCKeditor.ToolbarSet = "Default" ’使用工具条
oFCKeditor.Width = "100%" ’宽度
oFCKeditor.Height = "15" ’高度
oFCKeditor.Value =rs("txtcontent") ’源文件
oFCKeditor.Create "txtcontent" ’文本框名称
%>
这段代码,如何添加到文件里?添加到什么位置呢?
<tr>
<td width="15%" align="right" height="30"><b>文章标题:</b></td>
<td width="85%" height="30"><input type="text" name="txttitle" size="70"
class="smallinput" maxlength="100"></td>
</tr>
<tr>
<td width="15%" align="right" height="30"> </td>
<td width="85%" height="30">
<BR>
HTML代码标签:</td>
</tr>
<tr>
<td width="15%" align="right" valign="top"><b>文章内容:</b></td>
<td width="85%"><textarea rows="15" name="txtcontent" cols="60" class="smallarea"></textarea></td>
</tr>
作者: hellowyqnet 发布时间: 2011-09-21
<textarea rows="15" name="txtcontent" cols="60" class="smallarea"></textarea>
这个不用了
VBScript code
这个不用了
VBScript code
<tr> <td width="15%" align="right" height="30"><b>文章标题:</b></td> <td width="85%" height="30"><input type="text" name="txttitle" size="70" class="smallinput" maxlength="100"></td> </tr> <tr> <td width="15%" align="right" height="30"> </td> <td width="85%" height="30"> <BR> HTML代码标签:</td> </tr> <tr> <td width="15%" align="right" valign="top"><b>文章内容:</b></td> <td width="85%"><% Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.ToolbarSet = "Default" ’使用工具条 oFCKeditor.Width = "100%" ’宽度 oFCKeditor.Height = "15" ’高度 oFCKeditor.Value =rs("txtcontent") ’源文件 oFCKeditor.Create "txtcontent" ’文本框名称 %></td> </tr>
作者: myshachong 发布时间: 2011-09-21
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28