서울동작지역자활센터에 오신걸 환영합니다.

로고



공지사항 Home > 커뮤니티 > 공지사항

공지사항

자활사업 15년, 협회창립 10주년 기념행사

게시물 정보

작성자 관리자 작성일10-02-18 00:00 조회16,729회 댓글0건

본문

_ xml_ns="http://www.w3.org/1999/xhtml">


우리동네에도 지역자활센터가 있습니다...

<script language="Javascript">
function setCookie( name, value, expiredays )
{
var todayDate = new Date();
todayDate.setDate( todayDate.getDate() + expiredays );
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}

function closeWin()
{
if ( document.pop.Notice.checked )
setCookie( "Notice3", "done" , 1);//1은 하루동안 새창을 열지 않게 합니다.
window.close();
}

<script language="Javascript">
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? yes : no ;
menubar_str = menubar ? yes : no ;
statusbar_str = statusbar ? yes : no ;
scrollbar_str = scrollbar ? yes : no ;
resizable_str = resizable ? yes : no ;

cookie_str = document.cookie;
cookie_str.toString();

pos_start = cookie_str.indexOf(name);
pos_end = cookie_str.indexOf( = , pos_start);

cookie_name = cookie_str.substring(pos_start, pos_end);

pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf( = , pos_start);
pos_end = cookie_str.indexOf( ; , pos_start);

if (pos_end <= 0) pos_end = cookie_str.length;<br /> cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_name == name && cookie_val == "done")
return;

window.open(url, name, left= +left+ ,top= +top+ ,width= +width+ ,height= +height+ ,toolbar= +toolbar_str+ ,menubar= +menubar_str+ ,status= +statusbar_str+ ,scrollbars= +scrollbar_str+ ,resizable= +resizable_str);
}