Return to grades.pm CVS log | Up to [LON-CAPA] / loncom / homework |
version 1.646, 2011/03/31 17:58:25 | version 1.647, 2011/04/06 13:50:38 |
---|---|
Line 1512 INNERJS | Line 1512 INNERJS |
var ypos = (screen.height-height)/2-30; | var ypos = (screen.height-height)/2-30; |
ypos = (ypos < 0) ? '0' : ypos; | ypos = (ypos < 0) ? '0' : ypos; |
pWin = window.open('', 'MessageCenter', 'resizable=yes,toolbar=no,location=no,scrollbars='+scrollbar+',screenx='+xpos+',screeny='+ypos+',width=600,height='+height); | pWin = window.open('', 'MessageCenter', 'resizable=yes,toolbar=no,location=no,scrollbars='+scrollbar+',screenx='+xpos+',screeny='+ypos+',width=700,height='+height); |
pWin.focus(); | pWin.focus(); |
pDoc = pWin.document; | pDoc = pWin.document; |
pDoc.$docopen; | pDoc.$docopen; |