IE7 IE8 팝 업 창 꼭대기 에 대해 서
1. <script type="text/javascript">
2. function doInput()
3. {
4. var win = window.showModalDialog("http://www.baidu.com?source="+Math.random(),window,"dialogWidth=350px;dialogHeight=400px;center=yes;");
5. }
6. </script>