ewebeditor V2.80最终版 如何调用图片上传功能?
<script language="javascript"><!--
function showUploadDialog(s_Type, s_Link, s_Thumbnail){
var arr = showModalDialog("ewebeditor/dialog/img.html?style=coolblue&type="+s_Type+"&link="+s_Link+"&thumbnail="+s_Thumbnail, window, "dialogWidth:0px;dialogHeight:0px;help:no;scroll:no;status:no");
}
-->
</script>
<td colspan="2" width="20%" align="right">图片路径:</td>
<td width="80%"><input name="picurl" type="text" value="" maxlength="100"> <input type="button" value="浏 览" onclick="showUploadDialog('image','myform.picurl','')"></td>
点击“浏览”按钮后,出现下图提示