图片: | |
---|---|
名称: | |
描述: | |
zhang197510 离线
shn-821128 离线
甲状腺乳头状癌
iever = external.GetIEVer(); OnThemeColorChange(); document.onselectstart=function() { if (external.GetKeyState(17) < 0 || external.GetKeyState(16)<0) { event.returnValue=false; } else { event.returnValue=true; }; } document.onkeydown=function() { if (window.event.keyCode == 38)///up { if (lastkeysel == null) { lastkeysel = last; } event.returnValue=false; var rowlast = GetRealRow(lastkeysel); if (rowlast > 0) { rowlast --; SelectMsg(rowlast,true); lastkeysel = document.getElementById("itemId_"+rowlast); } else { event.returnValue=true; }; } else if (window.event.keyCode == 40) //down { if (lastkeysel == null) { lastkeysel = last; } event.returnValue=false; var rowlast = GetRealRow(lastkeysel); g_itemcount = external.GetCount(); if (rowlast < g_itemcount-1) { rowlast ++; SelectMsg(rowlast,true); lastkeysel = document.getElementById("itemId_"+rowlast); } else { event.returnValue=true; }; } else { event.returnValue=true; } } function OnMoveOle(obj) { external.onMouseMoveOle(event.screenX,event.screenY,obj); } function OnMoveDownOle(obj) { external.onMouseDownOle(event.screenX,event.screenY,obj); } function OnMoveUpOle(obj) { external.onMouseUpOle(event.screenX,event.screenY,obj); }