Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators, Widget editors
23,422
edits
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
function openWin(URL) { | function openWin(URL) { | ||
aWindow = window.open(URL,"theWindow","scrollbars=yes,width=450,height=650"); | aWindow = window.open(URL,"theWindow","scrollbars=yes,width=450,height=650"); | ||
aWindow.focus(); | |||
} | |||
</script> | |||
<script language="JavaScript"> | |||
function openWin2(URL) { | |||
aWindow = window.open(URL,"thewindow","scrollbars=yes,width=500,height=350"); | |||
aWindow.focus(); | aWindow.focus(); | ||
} | } |