Add scrollbars=yes to the judge info popup window, so its possible to scroll down!

This commit is contained in:
james 2006-01-26 17:52:06 +00:00
parent 7076b17366
commit 19b24cca36

View File

@ -43,7 +43,7 @@ function openjudgeinfo(id)
else
currentid=document.forms.judges["judgelist[]"].options[document.forms.judges["judgelist[]"].selectedIndex].value;
window.open("judges_info.php?id="+currentid,"JudgeInfo","location=no,menubar=no,directories=no,toolbar=no,width=770,height=500");
window.open("judges_info.php?id="+currentid,"JudgeInfo","location=no,menubar=no,directories=no,toolbar=no,width=770,height=500,scrollbars=yes");
return false;
}