팝업창 호출 후 내리고 나서 다시 팝업창 호출시
맨위로 보이게 해야한다고 일본에서 요청..
간단하다.
자바스크립트 부분에
focus() 부분만 추가
function makeFolder()
{
try{
var f = document.actionForm;
if(f.category_id.value == 0){
alert("<%=etcUtil.getLangMessage(strLang,"상위폴더를 선택하세요","上位フォルダを選択してください。")%> ");
return;
}
var win = window.open("","createWin","width=320,height=194,resizable=yes");
f.parent_id.value = f.category_id.value;
f.action = "<%=strCommonPath%>/category/cat_create.jsp";
f.target = "createWin";
f.mode.value = "create";
win.focus(); // focus 잡고 호출하면 된다.
f.submit();
return;
}catch(e){
alert(e);
}
}<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
맨위로 보이게 해야한다고 일본에서 요청..
간단하다.
자바스크립트 부분에
focus() 부분만 추가
function makeFolder()
{
try{
var f = document.actionForm;
if(f.category_id.value == 0){
alert("<%=etcUtil.getLangMessage(strLang,"상위폴더를 선택하세요","上位フォルダを選択してください。")%> ");
return;
}
var win = window.open("","createWin","width=320,height=194,resizable=yes");
f.parent_id.value = f.category_id.value;
f.action = "<%=strCommonPath%>/category/cat_create.jsp";
f.target = "createWin";
f.mode.value = "create";
win.focus(); // focus 잡고 호출하면 된다.
f.submit();
return;
}catch(e){
alert(e);
}
}<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4050 | |
| 29 |
아우겐나이스
|
21년 전 | 4438 | |
| 28 |
아우겐나이스
|
21년 전 | 3467 | |
| 27 | 21년 전 | 5835 | ||
| 26 | 21년 전 | 3117 | ||
| 25 | 21년 전 | 6087 | ||
| 24 | 18년 전 | 3652 | ||
| 23 | 21년 전 | 3641 | ||
| 22 | 21년 전 | 4247 | ||
| 21 | 21년 전 | 3818 | ||
| 20 | 21년 전 | 4225 | ||
| 19 | 21년 전 | 6681 | ||
| 18 | 21년 전 | 4734 | ||
| 17 | 21년 전 | 6993 | ||
| 16 | 21년 전 | 4171 | ||
| 15 | 21년 전 | 2636 | ||
| 14 | 21년 전 | 4978 | ||
| 13 | 21년 전 | 3401 | ||
| 12 |
Recluse
|
21년 전 | 3885 | |
| 11 |
아우겐나이스
|
21년 전 | 3571 | |
| 10 |
Recluse
|
21년 전 | 3395 | |
| 9 | 21년 전 | 3998 | ||
| 8 | 21년 전 | 5175 | ||
| 7 | 21년 전 | 4762 | ||
| 6 | 21년 전 | 5689 | ||
| 5 | 21년 전 | 4117 | ||
| 4 | 21년 전 | 4845 | ||
| 3 | 21년 전 | 4744 | ||
| 2 | 21년 전 | 3248 | ||
| 1 | 22년 전 | 4343 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기