Hello
I'd like to go the previous page of the browser when you press the key esc.
i found this code:
function close() {
if (activeImage >= 0) {
stop();
activeImage = prevImage = nextImage = -1;
center.style.display = "none";
fxOverlay.cancel().chain(setup).start(0);
}
return false;
}
i have done the same with closelinks:
"a#lbCloseLink[onclick='javascript:window.history.go(-1);' ]"