글
JAVA Script Source 새 창의 링크로 부모창에 결과출력하고 새 창은 닫기 <script language="JavaScript">
function Go1(){
opener.parent.location='연결할 주소';
window.close();
}
function Go2(){
opener.parent.location='연결할 주소';
window.close();
}
</script>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="64"><a href="javascript:Go1();" target="_parent">바로갈 곳 링크</a></td>
</tr>
<tr>
<td height="121"><a href="javascript:Go2();" target="_parent">바로갈 곳 링크</a></td>
</tr>
</table> * 출처 : 해피스크립트닷컴(http://www.happyscript.com)
function Go1(){
opener.parent.location='연결할 주소';
window.close();
}
function Go2(){
opener.parent.location='연결할 주소';
window.close();
}
</script>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="64"><a href="javascript:Go1();" target="_parent">바로갈 곳 링크</a></td>
</tr>
<tr>
<td height="121"><a href="javascript:Go2();" target="_parent">바로갈 곳 링크</a></td>
</tr>
</table> * 출처 : 해피스크립트닷컴(http://www.happyscript.com)
'JS > jsajax' 카테고리의 다른 글
설치형 TC에 Ajax 적용해보았다. (0) | 2012.01.16 |
---|---|
티스토리에 jQuery Ajax를 적용시켜 보았다 (0) | 2012.01.16 |
비 전문가를 위한 XMLHttpRequest 활용 소개 (0) | 2009.01.12 |
세션 상태를 사용하여 불필요한 Ajax 트래픽 피하기 (한글) (0) | 2009.01.05 |
Ajax로 실시간 갱신 하기 (0) | 2008.06.21 |
한번에 페이지내의 모든 이미지의 링크 점선/테두리 없애는 스크립트 (0) | 2008.05.30 |
레이어형식 화면고정하는, 스크롤바를 따라다니는 TOP 버튼 (0) | 2008.02.26 |
[JS] 스크롤바 따라다니는 메뉴 2 (0) | 2008.02.26 |
[JS] 스크롤바 따라다니는 메뉴 1 (0) | 2008.02.26 |
RECENT COMMENT