소스
<form name="o">
<input type="button" name="post" class="post" ="get_info(document.o.hid.value);" value="보내기">

function get_info(link){
        alert('test');
}

IE에서 alert가 안뜸여 ㅠㅠ

크롬은잘됨