提取ewebeditor 的图片地址

admin5年前IT技术1493

<Script Language=JavaScript>
function doChange(objText, objDrop){
 if (!objDrop) return;
 var str = objText.value;
 var arr = str.split("|");
 objDrop.length=0;
 for (var i=0; i<arr.length; i++){
  objDrop.options[i] = new Option(arr[i], arr[i]);
 }
}
</Script>

 

<% pooi=Trim(Request.Form("pooi"))

%>

<form id="form1" name="form1" method="post" action="index.asp"><textarea name="content" style="display:none"></textarea>'文本编辑器
<IFRAME ID="eWebEditor1" src="SouthidcEditor/ewebeditor.asp?id=content&style=southidc&originalfilename=myText1&savefilename=myText2&savepathfilename=myText3" frameborder="0" scrolling="no" width="600" height="350"></IFRAME>


<br />
<input type=text id=myText3 style="width:200px" onchange="doChange(this,myDrop3)"> <select name="pooi" size=1 id=myDrop3 style="width:350px">
 </select>
<input type="submit" name="Submit" value="提交" />
<input type="reset" name="Submit2" value="重置" />
</form>


<%= pooi %>

相关文章

win10 连接L2TP win7 连接L2TP遇到的问题

win10 连接L2TP win7 连接L2TP遇到的问题

PSK共享密钥文件位置/etc/ipsec.secretswin10无法链接的问题解决方案HKEY_LOCAL_MACHINE>SYSTEM>CurrentControlSet>Se...

汇成外贸建站CMS系统V8.6

汇成外贸建站CMS系统V8.6˂a href="download/hcwaimaov8.6.rar" target="_blank"˃官方下载后台地址:您的地址/admin/login.asp帐号:a...

短链接伪静态

if (!-f $request_filename){ rewrite (.*) /index.php;}...

sublime编译运行PHP

创建PHP编译系统添加 PHP 的 build system,如图所示, Tools->Build System-> New Build System :新建一个,默认的内容是:{&nbs...

让MobaXterm能自动显示服务器的cpu与内存使用情况

 Settings→SSH→勾选Remote-monitoring...

Apache的几种常用配置

Apache是世界使用排名第一的Web服务器软件。它可以运行在几乎所有广泛使用的计算机平台上,由于其跨平台和安全性被广泛使用,是最流行的Web服务器端软件之一。     ...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。