ㅈ사진 클릭시 상단에 뜨는 제목 수정하는 방법좀.. 정보
ㅈ사진 클릭시 상단에 뜨는 제목 수정하는 방법좀..본문
사진 클릭하면 팝업이 뜨면서
창제목표시줄에 사이트 제목과 주소가 보여지잔아요..
그거 임의적으로 수정할려면 어디를 수정해야하나요?
부탁드립니다.
댓글 전체

js 폴더의 common.js 파일 보시면 267번째줄 쯤에 타이틀 소스가 있습니다.
그부분 수정하시면 됩니다.
그부분 수정하시면 됩니다.
}
settings +='top='+wint+',';
settings +='left='+winl+',';
settings +='scrollbars=no,';
settings +='resizable=yes,';
settings +='status=no';
win=window.open("","image_window",settings);
win.document.open();
win.document.write ("<html><head> \n<meta http-equiv='imagetoolbar' CONTENT='no'> \n<meta http-equiv='content-type' content='text/html; charset="+g4_charset+"'>\n");
var size = "이미지 사이즈 : "+w+" x "+h;
win.document.write ("<title>"+size+"</title> \n");
팝업이 뜨면 맨앞에 사이트주소가 안뜨고 제가 원하는 문구로 뜨게 할려고 하는데 어디를 수정해야하죠?
settings +='top='+wint+',';
settings +='left='+winl+',';
settings +='scrollbars=no,';
settings +='resizable=yes,';
settings +='status=no';
win=window.open("","image_window",settings);
win.document.open();
win.document.write ("<html><head> \n<meta http-equiv='imagetoolbar' CONTENT='no'> \n<meta http-equiv='content-type' content='text/html; charset="+g4_charset+"'>\n");
var size = "이미지 사이즈 : "+w+" x "+h;
win.document.write ("<title>"+size+"</title> \n");
팝업이 뜨면 맨앞에 사이트주소가 안뜨고 제가 원하는 문구로 뜨게 할려고 하는데 어디를 수정해야하죠?

html에서와 같이 <title> .. <title> 사이 부분 수정하시면 됩니다.
그부분을 수정하면 이미지 사이트 부분에 표시 되구요
저는 그 앞부분 사이트 주소 뜨는 부분을 안뜨게 할려구요..
저는 그 앞부분 사이트 주소 뜨는 부분을 안뜨게 할려구요..