因为课程需要,今天要把前几天写过的一个asp程序再写一遍,很随意的完成了.但总是在一个小问题处被卡住了,而且这个问题还是前几天我就遇到过的.当时老师已经提点过我了,而我现在居然又忘了——真是失败,可见我不善于总结失败的老毛病还是没改.现在把错误源代码列出如下,待以后解决了再更正过来,警示自己.
【程序编程相关:qmail邮件系统(四)ucspi-tc】 【推荐阅读:Linux Kernel 2.6.9 R】<%@language="vbscript" codepage="936"%> 【扩展信息:qmail邮件系统(五)vpopmail】 <!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/tr/html4/loose.dtd"> <script language="vbscript"> sub bt_click() dim value value=request.form("form1.txt.value") if isnumeric(value) then response.redirect("check.asp") else msgbox ("please input a number") form1.reset end if end sub </script> <html> ... 下一页