.
This commit is contained in:
@@ -362,3 +362,12 @@ function keyDownHandler(e) {
|
|||||||
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