|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
结论:和PHP一样,ASP简单而易于维护,很适合小型网站应用,通过DCOM和MTS技术,ASP甚至还可以完成小规模的企业应用,但ASP的致命缺点就是不支持跨平台的系统,在大型项目开发和维护上非常困难。上传<scriptlanguage="javascript">
functionopenScript(url,width,height){
varWin=window.open(url,"openScript",width=+width+,height=+height+,resizable=1,scrollbars=yes,menubar=no,status=yes);
}
</script>
<formaction="save.asp"method="POST"enctype="multipart/form-data">
<tr>
<tdwidth="17%"height="66">选择语音</td>
<tdheight="66"colspan="5">
<inputtype="file"name="wav"class="lan">
<inputtype="submit"name="Submit4"value="断定上传"class="lan"><inputname="button"type="button"class="bu"value="有声档案"onClick="openScript(../play.asp?id=<%=session("id")%>,,scrollbars=no,resizable=no,width=340,height=200)"></td>
</tr>
</form>
</p>asp可以使用微软的activeX使得网页功能无比强大,不过安全性也较差,而且是基于的windows服务器,所以性能稳定性也一般 |
|