如何用java简单的实现类似于word另存为对话框的功能,不要用applet和swing组件,太麻烦了
现在我已经在jsp页面设置好了,保存的文件名和文件类型,想在加一个保存路径,怎么实现?源代码如下:<divid="dialog_export_shebei"title="...
现在我已经在jsp页面设置好了,保存的文件名和文件类型,想在加一个保存路径,怎么实现?源代码如下:
<div id="dialog_export_shebei" title="导出设备">
<form action="device_export.action" method="post" id="form2" style="padding:0; margin:0">
<table width="100%">
<tr>
<td class="width_1">文件名:</td>
<td><input type="text" name="name" id="name" /></td>
</tr>
<input type="hidden" name="checkedid" id="checkedid" value="ss" > </input>
<tr>
<td class="width_1">保存类型:</td>
<td><select name="save" id="save" >
<option value="1">Excel工作簿(*.xls)</option>
<option value="2">纯文本(*.txt)</option>
</select>
</td>
</tr>
</table>
</form>
</div> 展开
<div id="dialog_export_shebei" title="导出设备">
<form action="device_export.action" method="post" id="form2" style="padding:0; margin:0">
<table width="100%">
<tr>
<td class="width_1">文件名:</td>
<td><input type="text" name="name" id="name" /></td>
</tr>
<input type="hidden" name="checkedid" id="checkedid" value="ss" > </input>
<tr>
<td class="width_1">保存类型:</td>
<td><select name="save" id="save" >
<option value="1">Excel工作簿(*.xls)</option>
<option value="2">纯文本(*.txt)</option>
</select>
</td>
</tr>
</table>
</form>
</div> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询