语音上传(一)
网络整理 - 07-26
<script language="javascript">function openscript(url, width, height){
var Win = window.open(url,"openscript",''width='' + width + '',height='' + height + '',resizable=1,scrollbars=yes,menubar=no,status=yes'' );
}
</script>
<form action="save.asp" method="POST" enctype="multipart/form-data">
<tr>
<td width="17%" height="66">选择语音</td>
<td height="66" colspan="5">
<input type="file" name="wav" class="lan">
<input type="submit" name="Submit4" value="确定上传" class="lan"> <input name="button" type="button" class="bu" value="有声档案" onClick="openscript(''../play.asp?id=<%=session("id")%>'','''',''scrollbars=no,resizable=no,width=340,height=200'')"></td>
</tr>
</form>