Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators, Widget editors
23,125
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<script language="JavaScript"> | <script language="JavaScript"> | ||
function openWin(URL, | function openWin(URL,windowname) { | ||
aWindow = window.open(URL, | aWindow = window.open(URL,windowName,"scrollbars=yes,width=750,height=750"); | ||
aWindow.focus(); | aWindow.focus(); | ||
} | } |