国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書(shū)等14項(xiàng)超值服

開(kāi)通VIP
用asp,將access庫(kù)中的新聞內(nèi)容顯示到eweb編程器中
下載eWebEditor 到網(wǎng)站的 /eWebEditor 下面
在要添加的地方加上:
<input name="content" type="hidden" value="">
<IFRAME ID="eWebEditor1" src="eWebEditor/ewebeditor.asp?
id=content&style=standard" frameborder="0" scrolling="no" width="550"
height="350"></IFRAME >
接收數(shù)據(jù)的頁(yè)面:
For i = 1 To Request.Form("content").Count
  content = content & Request.Form("content")(i)
Next
<iframe id="eWebEditor1" src="../edit/ewebeditor.php?id=content"
frameborder="0" scrolling="No" width="550" height="350"></iframe>
<input name="content" type="hidden" id="content" />
每個(gè)iframe是一個(gè)eWebeditor編輯器,src是eWebeditor編輯器所在的相對(duì)目錄。?
id=content和下面的<input name="content" type="hidden" id="content" />要對(duì)應(yīng)
。
1.登陸后臺(tái)Admin_Login.asp,進(jìn)入樣式管理-->管理-->點(diǎn)“代碼”(你想要的樣式)-->
復(fù)制樣式代碼
2.將復(fù)制的代碼粘貼到你所要ewebeditor出現(xiàn)的位置,更改路徑和id即可。
以下是我自己測(cè)試過(guò)的,可以用
<!--#include file="../eWebEditor/Include/DeCode.asp"-->
<table width="500" height="300" border="0" cellpadding="0" cellspacing="0">
<form name="form1" method="post" action="" onSubmit="">
  <tr>
    <td><textarea name="newText" id="newText" style="width:0px; height:0px;
"></textarea>
<IFRAME ID="eWebEditor1" SRC="../eWebEditor/ewebeditor.asp?
id=newText&style=standard" FRAMEBORDER="0" SCROLLING="no"
WIDTH="550" HEIGHT="350"></IFRAME>
 </td>
  </tr>
</form>
</table>
____________________________________________________
3.3.4 注意事項(xiàng)
1. 調(diào)用參數(shù)id與表單項(xiàng)名必須相同
如,下面的代碼中,藍(lán)色部分必需是相同的,且區(qū)分大小寫(xiě)。
<input type="hidden" name="content1" value="">
<iframe ID="eWebEditor1" src="/ewebeditor.htm?id=content1&style=coolblue"
frameborder="0" scrolling="no" width="500" height="350"></iframe>
 
 
2. eWebEditor允許在同一表單里有多個(gè)實(shí)例,所以請(qǐng)保證id在整個(gè)網(wǎng)頁(yè)中是唯一的
。
如:
<form>
<input type="hidden" name="content1" value="">
<iframe ID="eWebEditor1" src="/ewebeditor.htm?id=content1&style=coolblue"
frameborder="0" scrolling="no" width="500" height="350"></iframe>
 
<input type="hidden" name="content2" value="">
<iframe ID="eWebEditor2" src="/ewebeditor.htm?id=content2&style=coolblue"
frameborder="0" scrolling="no" width="500" height="350"></iframe>
</form>
 
 
3. 在使用<textarea>作為原表單項(xiàng)時(shí),要加入style="display:none"
<textarea name="content1" style="display:none"></textarea>
<iframe ID="eWebEditor1" src="/ewebeditor.htm?id=content1&style=coolblue"
frameborder="0" scrolling="no" width="500" height="350"></iframe>
 
 
4. 當(dāng)使用<input>形式做為修改表單時(shí),一定要用雙引號(hào),不能用單引號(hào),且要加
HTMLEncode函數(shù),否則有可能內(nèi)容被截掉。
 
例如:
(ASP代碼)
<input type=hidden name="content1" value="<%=Server.HTMLEncode(str)%>">
 
<textarea name="content1" style="display:none"><%=Server.HTMLEncode
(str)%></textarea>
 
 
(PHP代碼)
<input type=hidden name="content1" value="<?=htmlspecialchars($str)?>">
 
<textarea name="content1" style="display:none"><%=htmlspecialchars($str)%
></textarea>
______________________________________________
用asp,將access庫(kù)中的新聞內(nèi)容顯示到編程器中,如何實(shí)現(xiàn)
<textarea name="foreground" style="display:none"><%=Server.HTMLEncode(rs
("foreground"))%></textarea>
<iframe ID="eWebEditor1" src="eWebEditor/ewebeditor.htm?
id=foreground&style=3d" frameborder="0" scrolling="no" width="650"
HEIGHT="320"></iframe>
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
網(wǎng)易博客日歷代碼
ASP調(diào)用網(wǎng)頁(yè)代碼
HTML整理
iframe
ext菜單不帶權(quán)限
【詳細(xì)教程】如何在空間中引用網(wǎng)易云音樂(lè)
更多類(lèi)似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服