ÂøÇÑ °Íµé > ÂøÇÑ ½ºÅ©¸³Æ® > â °ü·Ã

»õâ °¡¿îµ¥·Î ¶ç¿ì´Â ½ºÅ©¸³Æ® 1

¡Ø ³»¿ë ¾÷µ¥ÀÌÆ®¿Í ȨÆäÀÌÁö °ü¸® ´Ù½Ã ½ÃÀÛÇÏ°Ú½À´Ï´Ù. ^^;
ÁöÁ¤ÇÑ Å©±âÀÇ »õâÀ» È­¸é °¡¿îµ¥·Î ¶ç¿ì´Â ½ºÅ©¸³Æ® ÀÔ´Ï´Ù.
¿¹Á¦
1024 * 768 »çÀÌÁî·Î ½ºÅ©·Ñ¹Ù ¾øÀÌ ¿­±â


1024 * 768 »çÀÌÁî·Î ½ºÅ©·Ñ¹Ù ÀÖ°Ô ¿­±â

¼Ò½º
<script language="JavaScript">
<!--
	// »õâ ¿­±â
	function openPopup(sUrl, nWidth, nHeight, sOption){ // openPopup1('ÁÖ¼Ò', ³Êºñ, ³ôÀÌ, ¿É¼Ç)
		var tmp = '';
		tmp += 'width=' + nWidth + ',height=' + nHeight + ',top=' + (screen.availHeight - nHeight-50)/2 + ', left=' + (screen.availWidth - nWidth-10)/2 + ' ,';

		if(sOption == null){
			tmp += 'status=yes, menubar=no, scrollbars=no, resizable=no, toolbar=no';
		}
		else if(sOption == 'set1'){
			tmp += 'status=yes, menubar=no, scrollbars=yes, resizable=yes, toolbar=no';
		}
		else{
			tmp += sOption;
		}
		window.open(sUrl, '', tmp);
	}
//-->
</script>

1024 * 768 »çÀÌÁî·Î ½ºÅ©·Ñ¹Ù ¾øÀÌ ¿­±â<br>
<input type="button" value=" Ŭ ¸¯ " onclick="openPopup('http://superkts.tistory.com/', 1024, 768)"><br>
<br>
1024 * 768 »çÀÌÁî·Î ½ºÅ©·Ñ¹Ù ÀÖ°Ô ¿­±â<br>
<input type="button" value=" Ŭ ¸¯ " onclick="openPopup('http://superkts.tistory.com/', 1024, 768, 'set1')"><br>
¢Ñ ´ÞÆØÀÌȨ2 µî·ÏÀÏ : 2008-06-22