摘要: JS: document.onkeydown=setCode;function setCode(){ if (event.keyCode==40) { var srcElem = document.activeElement var testval = srcElem.name; if(testval=="TextAdmissionDiagnosis") { document.getElementById("lsBoxInfo").focus(); } } if(event.keyCode==13) { event.returnValue = false 阅读全文
posted @ 2011-09-09 10:36 张宏宇 阅读(424) 评论(0) 推荐(0) 编辑
摘要: var top = $("#TextAdmissionDiagnosis").position().top + $("#TextAdmissionDiagnosis").height(); $("#divPropertyInfo").css({ top: top, left: $("#TextAdmissionDiagnosis").position().left }); $("#divPropertyInfo").slideToggle(500); $("#divPropertyIn 阅读全文
posted @ 2011-09-09 09:59 张宏宇 阅读(268) 评论(0) 推荐(0) 编辑
摘要: <td class="right_chaxun_bai " align="left" width="17%" style="height: 24px;position:relative"><div id="Layer1" style="position:absolute; width:16%; z-index:0;left:0px;top:0px;margin-top:0px;"> <asp:DropDownList ID="TextH 阅读全文
posted @ 2011-09-09 09:47 张宏宇 阅读(1697) 评论(0) 推荐(0) 编辑