browse mode page drop-down
This commit is contained in:
@@ -635,3 +635,10 @@ function onKeyDownArrowsHandler(e) {
|
||||
}
|
||||
e.returnValue = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* listbox redirection
|
||||
*/
|
||||
function goToUrl(selObj, goToLocation){
|
||||
eval("document.location.href = '" + goToLocation + "pos=" + selObj.options[selObj.selectedIndex].value + "'");
|
||||
}
|
||||
|
Reference in New Issue
Block a user