[java] 스크립트 – 창 받으면서 부모 페이지(parents page) 바꾸기 -3
스크립트 – 창 받으면서 부모 페이지(parents page) 바꾸기 -3
<SCRIPT LANGUAGE = Javascript>
function winclose(str)
{
if(str == ‘main’)
opener.location = ‘../index.html’;
else
opener.location = ‘../admin/event/7event.html’;
this.close();
}
</SCRIPT>
<input type=”button” value=”메인페이지로” onclick=”winclose(‘main’)”>
<input type=”button” value=”오픈기념이벤트참가” onclick=”winclose(‘event’)”>
1 Response
… [Trackback]
[…] Information to that Topic: nblog.syszone.co.kr/archives/809 […]