|
무주반딧불축제 |
|
function popWin(target) {
height = "500";
width = "700";
Top = (window.screen.availHeight - height) / 2;
Left = (window.screen.availWidth - width) / 2;
if (Top < 0) Top = 0;
if (Left < 0) Left = 0;
if ( "GALLERY" == target ) {
height = "500";
width = "700";
url = "/efestival/region/region_photo_gallery.jsp?eventId=477201436688745428570034170314625235";
} else if ( "WEATHER" == target ) {
height = "720";
width = "640";
url = "http://news.weatheri.co.kr/yonhapnews/region_wx.php?ridcode=6";
} else if ( "MOVIE" == target ) {
height = "430";
width = "710";
url = "/efestival/region/region_movie.jsp?eventId=477201436688745428570034170314625235";
} else if ( "MAP" == target ) {
height = "700";
width = "750";
url = "/efestival/region/region_map.jsp?eventId=477201436688745428570034170314625235";
}
feature = "fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,"
+" resizable=no,left=" + Left + ",top=" + Top + ",width=" + width + ",height=" + height;
/*window.open*/(url, "", feature)
//PopUpWindow.focus();
}
| |