当前位置: 网学 > 编程文档 > ASP > 正文

在线数据库管理工具(db007) v1.5

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/06/17
se.end
end if
End If
Next
rs.update
end if

echo "字段数据编辑<br>"
echo "<table width=600 border=0 cellpadding=5 cellspacing=1 bgcolor=#CCCCCC><tr><td>"
echo "<form action=''?key=edit&table_name=" & names & "&primarykey=" & keys & "&primarykeyvalue=" & iif(action<>"add",rs(keys),"") & "'' method=''post'' name=''editor''>"
echo "<br>"
echo "<input type=hidden name=action value=save>"
echo iif(action="add","","<input type=submit value=保存 onclick=this.form.action.value=''save'';> ")
echo "<input type=button value=添加 onclick=if(confirm(''确实要添加当前为新记录吗?'')){this.form.action.value=''new'';this.form.submit();};> "
echo "<input type=button value=上一条 onclick=""this.form.action.value=''pre'';this.form.submit();""> "
echo "<input type=button value=下一条 onclick=""this.form.action.value=''next'';this.form.submit();""> "
echo "<a href=''?key=view&table_name=" & names & "''>表结构</a> "
echo "<a href=''?key=sql&sql=select * from " & names & "&table_name="& names & "&primarykey="&keys&"''>表浏览</a> "
echo "<a href=''?''>主界面</a><br>"
if not rs.eof or action = "add" then
For Each tab In rs.Fields
echo ""
echo "<BR><font color=red>" & tab.Name & "</font> <font color=#999999>( " & typ(tab.Type) & " )</font><br>"
if tab.Type = 201 Or tab.Type = 203 then
echo "<textarea style=''width:600;'' name=""" & tab.Name & "_Column"" rows=6"
echo IIf(tab.Name = keys, " disabled title=''主键约束,将无法被修改.''>", ">")
if action <> "add" then echo trim(tab.value)
echo "</textarea>"
else
echo "<input type=''text'' style=''width:600;'' name=''" & tab.Name & "_Column''"
echo IIf(tab.Name = keys, " disabled title=''主键约束,将无法被修改.''", " ") & " value=''"
if action <> "add" then echo trim(tab.value)
echo "''>"
end if
echo "<br>"
Next

else
echo "<script>alert(''已经没有了!'');history.back();</script>"
Response.End()
end if
echo "<br>"
echo iif(action="add","","<input type=submit value=保存 onclick=this.form.action.value=''save'';> ")
echo "<input type=button value=添加 onclick=if(confirm(''确实要添加当前为新记录吗?'')){this.form.action.value=''new'';this.form.submit();};> "
echo "<input type=button value=上一条 onclick=""this.form.action.value=''pre'';this.form.submit();""> "
echo "<input type=button value=下一条 onclick=""this.form.action.value=''next'';this.form.submit();""> "
echo "<a href=''?key=view&table_name=" & names & "''>表结构</a> "
echo "&l
  • 上一篇资讯: ASP中过滤UBB和Html标签
  • 下一篇资讯: Response.Flush的使用心得
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号