1樓:離戲論
<%user=request("user")
email=request("email")
towho=request("towho")
content=request("content")
addtime=date()
set rs=server.createobject("adodb.recordset")
set conn=server.createobject("adodb.connection")
conn.open "dsn=message2;uid=;pwd=;"
conn.execute(sql)
set conn=nothing
response.write "成功"!
response.end
%>看了**應該不會產生這種情況,可能有別的地方有問題,先複製我上面的**試試看,不行,再檢查別的地方試試
2樓:
把response.write""
改成response.write"記錄已新增!"
看看會不會,有可能後退照成重複提交
3樓:
**好像沒問題
程式的提交那兒有問題吧
asp中時間相減問題,ASP 時間相減
你的 好用。就是qdate和hdate沒有值qdate 2013 6 5 12 12 12 hdate 2013 6 15 11 11 14 nnn datediff n qdate,hdate response.write int nnn 60 小時 int nnn mod 60 分鐘 你的這條語...
asp裡call的用法,asp裡call的用法
那是定義了 function函式 call functionname 這裡面的是引數 call 語句 描述將控制權傳遞給 sub 或 function 過程。語法 call name argumentlist call 語句語法有以下部分 部分 描述 call 可選項關鍵字。如果指定此關鍵字,則必須...
ASP語言 1 2級分類問題,ASP型別分類問題
我有完整的無限級 如有興趣可以找我。asp型別分類問題 首先是類別的區分,估計你的資料庫中應該將其分類了,如列名稱叫做 dj 值是 串燒 的就是串燒歌曲,值是 慢搖 的就是慢搖歌曲等等。在資料篩選的時候應該寫成 select top 5 from 資料表的名稱 where dj 串燒 order b...