
|
|
Á¦¸ñ |
| |
[ºÎ»ê] ºÎ»ê KNN ¹æ¼Û Ã⿬¼Ò½Ä |
µî·ÏÀÏ |
| |
2007-10-25 10:04 |
|
|
³»¿ë |
|
* ºÎ»ê µµ¿ø¾ÆÀÌ ¼Ò½Ä |
|
<scRIPT language=Javascript type=text/Javascript>function MovieWin(title, width, height, stream) { var xw=width/1; var yh=height/1+46; var xwidth = screen.availWidth; var yheight = screen.availHeight; var xleft, ytop; xleft = (xwidth-xw)/2; ytop = (yheight-yh)/2; var MovieWin=window.open("/new/movie.php" + "?title=" + title + "&width=" + width + "&height=" + height + "&stream=" + stream, "MovieWin", "top="+ytop+", left="+xleft+", width="+xw+", height="+yh+", resizable=false");MovieWin.focus(); return;} </scRIPT>
|
|
|
|
|
|
|
|
|