공백으로 가득찬문서 원래로 되돌리는 프로그램이 있나요?
이거 일일이 고치려니 장난이 아니네요...
<script language='javascript'>
isNS = ((navigator.appName == "Netscape") && !(ie4 || docom));
if (isNS) {
gLayerRef="document.layers";
gStyleSwitch="";
window.captureEvents(Event.RESIZE)
window.onresize = fixResize;
}else{
gLayerRef="document.all";
gStyleSwitch=".style";
}
function popupWin(item_id)
{
var theURL = "largeimage.php";
var param = "?item_id="+item_id;
if(isNS){ newwin = window.open(theURL+param,"large_img_popup","width=100,height=100>,toolbar=no,location=no,scrollbars=no,resizable=yes,menubar=no,status=no"); }
else { newwin = window.open(theURL+param,"large_img_popup","width=100,height=100,toolbar=no,location=no,scrollbars=no,resizable=no,menubar=no,status=no"); }
}
</script>
이거 일일이 고치려니 장난이 아니네요...
<script language='javascript'>
isNS = ((navigator.appName == "Netscape") && !(ie4 || docom));
if (isNS) {
gLayerRef="document.layers";
gStyleSwitch="";
window.captureEvents(Event.RESIZE)
window.onresize = fixResize;
}else{
gLayerRef="document.all";
gStyleSwitch=".style";
}
function popupWin(item_id)
{
var theURL = "largeimage.php";
var param = "?item_id="+item_id;
if(isNS){ newwin = window.open(theURL+param,"large_img_popup","width=100,height=100>,toolbar=no,location=no,scrollbars=no,resizable=yes,menubar=no,status=no"); }
else { newwin = window.open(theURL+param,"large_img_popup","width=100,height=100,toolbar=no,location=no,scrollbars=no,resizable=no,menubar=no,status=no"); }
}
</script>
댓글 3개
script language='javascript'
isNS = ((navigator.appName == "Netscape") && !(ie4 || docom));
if (isNS) {
gLayerRef="document.layers";
gStyleSwitch="";
window.captureEvents(Event.RESIZE)
window.onresize = fixResize;
}else{
gLayerRef="document.all";
gStyleSwitch=".style";
}
function popupWin(item_id)
{
var theURL = "largeimage.php";
var param = "?item_id="+item_id;
if(isNS){ newwin = window.open(theURL+param,"large_img_popup","width=100,height=100,toolbar=no,location=no,scrollbars=no,resizable=yes,menubar=no,status=no"); }
else { newwin = window.open(theURL+param,"large_img_popup","width=100,height=100,toolbar=no,location=no,scrollbars=no,resizable=no,menubar=no,status=no"); }
}
/script
메모장으로 딱 8초만에 모두 바꿔드렸습니다. 감사합니다. 책택
isNS = ((navigator.appName == "Netscape") && !(ie4 || docom));
if (isNS) {
gLayerRef="document.layers";
gStyleSwitch="";
window.captureEvents(Event.RESIZE)
window.onresize = fixResize;
}else{
gLayerRef="document.all";
gStyleSwitch=".style";
}
function popupWin(item_id)
{
var theURL = "largeimage.php";
var param = "?item_id="+item_id;
if(isNS){ newwin = window.open(theURL+param,"large_img_popup","width=100,height=100,toolbar=no,location=no,scrollbars=no,resizable=yes,menubar=no,status=no"); }
else { newwin = window.open(theURL+param,"large_img_popup","width=100,height=100,toolbar=no,location=no,scrollbars=no,resizable=no,menubar=no,status=no"); }
}
/script
메모장으로 딱 8초만에 모두 바꿔드렸습니다. 감사합니다. 책택
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기