阅读背景:

如何获取在JSP中请求其他页面的源页面

来源:互联网 

I have a form

我有一张表格

<form name=frmMain method="POST"  action="processUpload.jsp" enctype="multipart/form-data">
<p align="center"><table border="1" align="center" width="90%" cellspacing="0" bordercolordark="white" bordercolorlight="black">
<tr>
<td width="261" height="111">
<table border="0" cellspacing="0px"  bordercolor="#B9B9B9" id="AutoNumber1" style="border-collapse: collapse" cellpadding="0px" align="left" width="100%" height="114">
    <tr>
        <td width="264" height="25" colspan="2" bgcolor="#FCDCA0">
<p align="left"><b><font face="Tahoma" size="2">&nbsp;</font><font face="Tahoma">Upload you excel file</font></b></p>

 </td>
    </tr>

    <tr>
        <td width="15px" height="23">
            <p align="right"  style="vertical-align: middle"><font face="Verdana" size="2"><b>&nbsp;File:&nbsp;</b></font>&nbsp; </td>
        <td width="300px" height="23">

            <p align="left">&nbsp;<input type="file" name="excelfile" size="40" >
        </td>
    </tr>

    <tr>
        <td width="15px" height="28">

                <p align="center"></td>
        <td  height="28">
                <p align="left">
                <input type="submit" name="process" value="Process">
        </td>
        </tr>
    </table>
    </td>
    </tr>
</table>
            </form>
<form name=frmMain met



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: