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