mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Import from DCARF SVN
This commit is contained in:
6
js/popup.js
Normal file
6
js/popup.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var newwindow;
|
||||
function poptastic(url)
|
||||
{
|
||||
newwindow=window.open(url,'name','height=600,width=350,resizable=yes,scrollbars=yes,toolbar=no,status=no');
|
||||
if (window.focus) {newwindow.focus()}
|
||||
}
|
||||
Reference in New Issue
Block a user