获取Ewebeditor编辑器图片地址 

---获取编辑器图片地址---
<input type=hidden name=Newfilename> <!--图片名称-->
<input type=hidden name=pathfilename> <!--图片地址-->
<iframe ID='eWebEditor1' src='../ewebeditor/ewebeditor.htm?id=content&style=coolblue&originalfilename=filename&savefilename=newfilename&savepathfilename=pathfilename' frameborder='0' scrolling='no' width='700' HEIGHT='500'></iframe>

 

function showUploadDialog(s_Type, s_Link, s_Thumbnail){
	var arr = showModalDialog("http://www.cnblogs.com/ewebe/dialog/upload.htm?style=blue&type="+s_Type+"&link="+s_Link+"&thumbnail="+s_Thumbnail, window, "dialogWidth:0px;dialogHeight:0px;help:no;scroll:no;status:no");
}

  

function showUploadDialog(s_Type, s_Link, s_Thumbnail){
var arr = showModalDialog("eWebEditor/dialog/i_upload.htm?style=popup&type="+s_Type+"&link="+s_Link+"&thumbnail="+s_Thumbnail, window, "dialogWidth:0px;dialogHeight:0px;help:no;scroll:no;status:no");}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-05-28
  • 2021-10-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2021-09-04
相关资源
相似解决方案