语音上传(一)

类别:Asp 点击:0 评论:0 推荐:

<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">&nbsp;&nbsp;<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>

本文地址:http://com.8s8s.com/it/it8750.htm