<script type="text/javascript" language="JavaScript">
    function Init()
    {
           //내용 작성
    }

    function onClose()
    {
           //내용 작성
    }
</script>

<html>
<body onload="Init();" onunload="onClose();">
<form>

</form>
</body>
</html>

 

'IT > jQuery' 카테고리의 다른 글

jQuery. $.ajax({ 사용시 try - catch - finally - css, cursor wait  (0) 2014.11.18
jQuery. disabled 처리  (0) 2014.11.11
Posted by like winds
,