文件名称:ASP相关例子
文件大小:280KB
文件格式:ZIP
更新时间:2015-03-05 03:41:17
table选择行 excel导出 网页树
<html> <head> <title>test</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="GENERATOR" content="Rational® Application Developer™ for WebSphere® Software"> [removed] var currentActiveRow; function changeActiveRow(obj) { if(currentActiveRow) currentActiveRow.style.backgroundColor=""; currentActiveRow=obj; currentActiveRow.style.backgroundColor="gray"; document.getElementById("roleName").value=currentActiveRow.cells[0].innerText; document.getElementById("roleType").value=currentActiveRow.cells[1].innerText; } [removed] </head> <body>
roleName | roleType |
name1 | type1 |
name2 | type2 |
roleName: <input type="text" id="roleName">
roleType: <input type="text" id="roleType">
</body> </html>
【文件预览】:
test
----selectvalue.html(1KB)
----default.asp(3KB)
----test.html(1KB)
----conn.asp(249B)
----debooks.xls(0B)
----selectline.html(1KB)
----tree()
--------css()
--------tree_checkboxes.html(1KB)
--------js()
--------tree3.xml(4KB)
--------csh_bluebooks()
----acc_excel()
--------acc_excel()
----excel1.html(4KB)
----wpCalendar.js(48KB)
----excel.html(5KB)
----web.config(561B)
----index.asp(738B)
----selectline2.html(2KB)