web.zip

时间:2016-01-08 16:53:32
【文件属性】:
文件名称:web.zip
文件大小:2.94MB
文件格式:ZIP
更新时间:2016-01-08 16:53:32
WEB课程设计 基于asp的web课程设计 [removed] function Ok_OnClick(event) { if(document.getElementsByName("textName")[0].value == ""){ alert("请输入内容"); return; }//getElementById var table; var tableList = document.getElementsByTagName("TABLE"); for(var i = 0 ; i < tableList.length ; i++) { if(tableList[i].name == "tableName") { table = tableList[i] break; } } var value = document.getElementsByName("textName")[0].value; var index = table.rows.length; table.insertRow(index); table.rows(index).insertCell(0); table.rows(index).cells(0).innerText = value; document.getElementsByName("textName")[0].value = ""; } [removed] <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=gb2312"> <TITLE>留言版</TITLE> <STYLE> td{width:20%;height:20px;border-bottom:1px solid black;border-right:1px solid black;cursor:default;} div{font-size:13px;} th{height:20px;font-size:12px;font-weight:normal;border-bottom:2px solid black;background-color:#CCCCCC} table{border:1px solid black;font-size:13px;} </STYLE> </HEAD> <BODY false;"">
呵呵,一个超简陋的留言版 ^_^

<textarea rows="2" name="textName" id="textId" cols="20" 70%; clip: rect(0pt, 47pt, 18pt, 0pt); font-family: 宋体; font-size: 10pt; font-weight: normal; font-style: normal;text-align: left; vertical-align: middle; text-indent: 0; color: #000000; background-attachment: fixed; background-color: #EEEEEE; border: 1px solid #0xf8f8f8"> </textarea>

<input type="button" value="提交" Ok_OnClick(window.event);" ; width:60 ; height: 21; clip: rect(0pt, 47pt, 18pt, 0pt); font-family: 宋体; font-size: 10pt; font-weight: normal; font-style: normal; cursor: hand; text-align: center; vertical-align: middle; text-indent: 0; color: #000000; background-attachment: fixed; background-color: #d8d8d8; border: 1px solid #59b4f7"> <!--position: absolute; left: 342; top: 184; -->
</BODY> </HTML>
【文件预览】:
web
----HTML留言板代码.txt(2KB)
----asp郭青青3()
--------List.xml(1005B)
--------PostNew.asp(3KB)
--------index.asp(4KB)
--------3.jpg(64KB)
--------login.asp(1KB)
--------smartserver_v13调试工具.exe(635KB)
----HTML基础教程(共106页).pdf(1.71MB)
----3.jpg(70KB)
----index1.html(863B)
----xml原版()
--------List.xml(309B)
--------PostNew.asp(3KB)
--------index.asp(4KB)
--------smartserver_v13调试工具.exe(635KB)
--------PostEdit.asp(4KB)

网友评论