윈도우창이 항상 위에 떠있습니다.
단점이라면 창을 닫지 않는한 다른작업을 할 수 없다는것...
<script type="text/javascript"> function fixWinOpen(url) { window.showModalDialog(url, self, 'center=yes; dialogWidth:714px;dialogHeight:640px; help:no; status:no;'); } </script>
<script type="text/javascript">
function fixWinOpen(url) {
window.showModalDialog(url, self, 'center=yes; dialogWidth:714px;dialogHeight:640px; help:no; status:no;');
}
</script>
0 개의 댓글:
댓글 쓰기