首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Exception >

java.lang.IllegalArgumentException: This path does not exist

2014-01-26 
java.lang.IllegalArgumentException: This path does not exist:1... function init() { uploadInit(docum

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","");         

热点排行