'주소창'에 해당되는 글 1건

Posted on 2007/11/13 09:10
Filed Under Web(웹) Study/Java Script

<script language="JavaScript">
  function checkPopupPage(){
 if( opener != null ){
 }else{
  var surl = "http://blog4u.kr ";
  var sname = "index";
  var popupOptions = "left=0, top=0, width=500,height=250,toolbar=no,status=no,scrollbars=yes,resizable=no,menubar=no";
  // MIME로 6.x와 7.0 구분해줘야 함..
  var ie7_flag = false;
  ie7_flag = (window.navigator.userAgent.indexOf("MSIE 7") != -1);
  // 팝업으로 열기     
  window.open(surl, sname, popupOptions);
  // opener창 닫아주기
  if (ie7_flag) {
   // IE 7.0
   window.open(surl, '_self', popupOptions).close();
  }else {
   // IE 7.0아님..
   window.opener = self;
          self.close();
  }
  return;
 }
}
</script>
<a href="javascript:checkPopupPage()"><strong>데모보기: 팝업클릭 Preview</strong></a>
크리에이티브 커먼즈 라이센스
Creative Commons License

2007/11/13 09:10 2007/11/13 09:10

트랙백 주소 : http://skystory.kr/trackback/57

About

by 하늘이야기

Archive

Counter

· Total
: 1543420
· Today
: 299
· Yesterday
: 370
-->