文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>单独使用FCKeditor的图片上传功能

单独使用FCKeditor的图片上传功能

时间:2010-09-12  来源:hlhcto

 

  1. //利用FCKeditor的图片上传功能  
  2. function ShowFCKeditorForm(sUrl,iwidth,iheight)  
  3. {  
  4.   var top = (window.screen.height-iheight)/2;  
  5.   var left = (window.screen.width-iwidth)/2;  
  6.   top=top-20;  
  7.   var feature ='top='+top+',left='+left+',scroll=auto,width='+iwidth+' resizable=yes,scrollbars=yes,height='+iheight;  
  8.   window.open(sUrl,'',feature);  
  9. }  
  10. function SetThumbFromSvr(value)    
  11. {  
  12.   txtvalue=value;  
  13.   var url="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=/FCKeditor/editor/filemanager/connectors/aspx/connector.aspx&From=inner&value="+value;  
  14.   ShowFCKeditorForm(url,800,600);  
  15.  
  16. }  
  17. function SetUrl(fileurl)  
  18. {  
  19.   document.getElementById(txtvalue).value=fileurl  
  20. }  

<asp:TextBox ID="txtThumb" runat="server" Width="200px"></asp:TextBox>

<input type="button" id="btn_selectpic" value="服务器" class="button_style" />

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载