개발자 화났나봐요.... > 자유게시판

자유게시판

개발자 화났나봐요.... 정보

개발자 화났나봐요....

본문

추천
0
  • 복사

댓글 12개

궁금해서 한번 보니 하단 부분에 이런일이 있었군요....

<script language=javascript>
function onRadioButtonImageClick( radiobuttonid, strImageUrl_on, strImageUrl_off )
{
eval('document.getElementById(radiobuttonid)').click();
eval('document.getElementById(radiobuttonid)').checked = true;
document.getElementById(radiobuttonid + '_image').src = strImageUrl_on;

// 염병 -_-
for ( var radioIdx=0; radioIdx < document.all[eval('document.all.'+radiobuttonid).name].length; radioIdx++ )
{
if ( document.all[eval('document.all.'+radiobuttonid).name][radioIdx].id != radiobuttonid )
eval('document.all.'+document.all[eval('document.all.'+radiobuttonid).name][radioIdx].id+'_image').src = strImageUrl_off;
}
}
</script>
© SIRSOFT
현재 페이지 제일 처음으로