um = || .keyCode;
prePage = ByName('prePage');
nextPage = ByName('nextPage');
prePLen = ;
nextPLen = ;
isGoon = false;
if (.toLoerCase().indexOf('msie')>0) {
altKey = .altKey;
ctrlKey = .ctrlKey;
shiftKey = .shiftKey;
} else {
altKey = y;
ctrlKey = y;
shiftKey = ftKey;
}
srcElement = ? : .srcElement;
if (srcElement && .toLoerCase() == 'input' && bute("type") == "text") return true;
if (keyNum == 13 && !altKey && !ctrlKey && !shiftKey) {
if (srcElement && .toLoerCase() == 'input' && (bute("type") == "button" || bute("type") == "submit")) return true;
Url = ;
gotoUrl = bstring(0, dexOf('.htm') + 4);
gotoUrl += '#change';
typeNum = 1;
isGoon = true;
}
if (keyNum == 37 && prePLen > 0) {
isGoon = true;
gotoUrl = prePage[0].href;
typeNum = 2;
}
if (keyNum == 39 && nextPLen > 0) {
isGoon = true;
gotoUrl = nextPage[0].href;
typeNum = 2;
}
if (isGoon) {
onkeydonStatHook(e, typeNum);
if (top == indo) {
= gotoUrl;
} else {
gotoUrl = bstring(.length + 8);
DILoadFrSitUrl('/' + gotoUrl);
}
if (keyNum == 13) {
if (typeof(TinyMCE) != 'undefined') {
xecInstanceCommand('doc_text', 'mceFocus');
-->>
本章未完,点击下一页继续阅读