- 1. Fresh View(多媒體管理工具,支持縮略圖顯示) V8.22...
- 2. 凌云軟件安裝路徑修改器(輕松修改程序安裝路徑) V2...
- 3. HTC Home(仿手機(jī)在桌面上顯示動(dòng)態(tài)時(shí)鐘、天氣、新聞...
- 4. 勇芳字幕播放器(在影片中顯示字幕的工具) V1.0.42 ...
- 5. PC診所迷你桌面日歷 3.20┊顯示兩天內(nèi)節(jié)日節(jié)氣紀(jì)念...
- 6. 純真QQ IP數(shù)據(jù)庫(正確顯示QQIP地址)20110615最新下...
- 7. IsMyLcdOK x64(液晶顯示器壞點(diǎn)分析器) V1.44
- 8. IsMyLcdOK(液晶顯示器壞點(diǎn)分析器) V1.44 綠色免費(fèi)版
- 9. KillQQAd(精確顯示QQIP地址及其歸屬地) V1.0.0.86 ...
- 10. Startup Delayer(支持修改開機(jī)啟動(dòng)項(xiàng)次序和調(diào)整延遲...
教你數(shù)據(jù)庫簡(jiǎn)單實(shí)現(xiàn)添加,顯示,修改,刪除的方法
if request("id")<>"" and request("act")="del" then
conn.execute("Delete from pub_doc where id="&request("id")&" ")
response.write "刪除成功!"
response.end
end if
end function
function xiaoqi_end()
if request("id")<>"" and request("act")="" then response.write "<sc"+"ript language=java script>frm.save.removeNode(true);read_data()</sc"+"ript>"
if request("id")<>"" and request("act")="edit" then response.write "<sc"+"ript language=java script>read_data()</sc"+"ript>"
session("act")=""
end function
function get_act(sl)
add_form sl
edit_form sl
read_edit_form sl
read_form sl
del
end function
'設(shè)置動(dòng)作
if request("act")="add" then session("act")="add_save"
if request("act")="edit" then session("act")="edit_save"
%>
調(diào)用實(shí)例
<%get_act("26")‘使用了26個(gè)字段%>
<% if request("act")<>"" or request("id")<>"" then’如果不是顯示列表頁面%>
<p> </p>
<form method="POST" action="index.asp" name="frm">
<div align="center">
<table border="1" width="600" id="table2" bordercolorlight="#000000" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" style="text-align: center">
<tr>
<td width="149">數(shù)據(jù)表</td>
<td width="149"><input type="text" name="memo1"></td>
<td width="150"><input type="text" name="memo2"></td>
<td width="150"><input type="text" name="memo3"></td>
</tr>
<tr>
<td width="149"><input type="text" name="memo4"></td>
<td width="149"><input type="text" name="memo7"></td>
<td width="150"><input type="text" name="memo6"></td>
<td width="150"><input type="text" name="memo5"></td>
</tr>
<tr>
<td width="149"><input type="text" name="memo9"></td>
<td width="149"><input type="text" name="memo10"></td>
<td width="150"><input type="text" name="memo11"></td>
<td width="150"><input type="text" name="memo12"></td>
</tr>
<tr>
<td width="149"><input type="text" name="memo16"></td>
<td width="149"><input type="text" name="memo15"></td>
<td width="150"><input type="text" name="memo14"></td>
<td width="150"><input type="text" name="memo13"></td>
</tr>
<tr>
<td width="149"><input type="text" name="memo17"></td>
<td width="149"><input type="text" name="memo18"></td>
<td width="150"><input type="text" name="memo19"></td>
<td width="150"><input type="text" name="memo20"></td>
</tr>
<tr>
<td width="149"><input type="text" name="memo24"></td>
<td width="149"><input type="text" name="memo23"></td>
<td width="150"><input type="text" name="memo22"></td>
<td width="150"><input type="text" name="memo21"></td>
</tr>
<tr>
<td width="149"><input type="text" name="memo25"></td>
<td width="149"><input type="text" name="memo26"></td>
<td width="150"><input type="text" name="memo8"></td>
<td width="150"><input type="submit" value="提交" name="save"></td>
</tr>
</table>
</div>
<input type="hidden" name="id" value="<%=request("id")%>">
<input type="hidden" name="act" value="<%=session("act")%>">
</form>
<p> </p>
- 1. 關(guān)于ASP控制圖片顯示大小的實(shí)例代碼分享
- 2. 進(jìn)Windows 7/Vista系統(tǒng)后無法顯示桌面背景,快捷方式...
- 3. 修改WIN7軟件的默認(rèn)安裝路徑的兩種方法分享
- 4. 注冊(cè)表編輯器實(shí)現(xiàn)修改IE收藏夾位置的詳細(xì)步驟
- 5. 安裝xp和vs2010時(shí)填寫錯(cuò)誤的用戶信息的修改方法
- 6. 顯示絕對(duì)路徑的ASP實(shí)例代碼分享
- 7. 關(guān)于asp隨機(jī)圖片顯示的實(shí)例代碼分享
- 8. 實(shí)現(xiàn)長(zhǎng)文章分頁和頁碼條顯示的經(jīng)驗(yàn)分享
- 9. ADO存取數(shù)據(jù)庫時(shí)實(shí)現(xiàn)分頁顯示的分析說明
- 10. 教你數(shù)據(jù)庫簡(jiǎn)單實(shí)現(xiàn)添加,顯示,修改,刪除的方法