.
This commit is contained in:
@@ -361,4 +361,13 @@ function keyDownHandler(e) {
|
|||||||
//window.scrollBy(0, -25);
|
//window.scrollBy(0, -25);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function create_popup_window(url, title) {
|
||||||
|
newwindow=window.open(url,title,'height=600,width=500');
|
||||||
|
if (window.focus) {newwindow.focus()}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
window.create_popup_window = create_popup_window
|
||||||
Reference in New Issue
Block a user