function test(){ document.getElementById('divid').className='off'; return false; }; var str=test.toString(); alert(str);