专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > Java Exception

java.lang.IllegalArgumentException: This path does not exist

发布时间:2010-06-05 12:19:51 文章来源:www.iduyao.cn 采编人员:星星草

java.lang.IllegalArgumentException: This path does not exist:

1...
function init()
{
uploadInit(document.forms[0].companyPic1,document.forms[0].upimg1,document.forms[0].delimg1);
}


<table width="85%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
  <td width="50%" height="15" align="left" class="cs1">    请上传企业营业执照副本复印件(加盖公章) 
  <span class="hei12">
  <font color="#FF9933">    </font>
  </span>
  </td>
  <td width="40%" align="left" class="cs1">
  <html:text property="companyPic1" readonly="true" size="25"/>
  </td>
  <td width="20%" align="left" class="cs1">
  <table width="180" height="19" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
  <td width="70" align="center" valign="middle" class="cs1">
  <input name="upimg1" type="button" value="上传" onClick="addFile(document.forms[0].companyPic1,this,document.forms[0].delimg1);" class="button4"/>
  </td>
  <td width="110" align="left" class="cs1">
  <input name="delimg1" type="button" value="删除" onClick="delFile(document.forms[0].companyPic1,this,document.forms[0].upimg1);" class="button4"/>
  </td>
  </tr>
  </table>

2....
function addFile(obj,dsb,enb)
{
f = window.showModalDialog("upfile.jsp","","dialogHeight:200px;dialogWidth:400px;center:Yes;help:No;resizable:No;status:no","");     

友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: