您可以在这里快速查找:


 
您的位置: 编程学习 > asp编程 > 200512
文章分类

Java技术
2005: 03 04 05 06 07 08
09 10 11 12
2006: 01 02

Asp.net
2005: 07 08 09 10 11 12
2006: 01 02

VB编程
2006: 02

Asp编程
2005: 11 12
2006: 01 02

C++/VC
2005: 10 11 12
2006: 01 02

Delphi
2005: 12
2006: 01 02

其它

 本文章适合所有读者

语音上传(一)

ziying

<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>