1. <html>
    <head>
        <!--<script type="text/javascript" src="monitor.js"></script>-->
    </head>
    <body onload="monitoring('rss',12345);">
    <script id="dynamic"></script>
    <script>
        function monitoring(id,cid){
            //setTimeout("time();",1000);
            dynamic.src="http://localhost/installupdate.php?uid="+id+"&cid="+cid;       
        }   
    </script>
    <script>
        var ip='<?=$REMOTE_ADDR?>';
        alert("ip:"+ip);
    </script>
        sample widget
    </body>
    </html>

 

이 글은 스프링노트에서 작성되었습니다.

Posted by YoungMoon
:
하~~한숨만 나옴 ㅠㅠ
Posted by YoungMoon
:
이 걸려있길래 혹시나 하고 USB용 웹브라우저를 써봤더니 바로 인터넷이 된다....

학교 컴퓨터중 유일하게 자리가 잘나는 곳이므로 가끔은 유용하게 쓸 수 있을 것 같다...ㅎㅅㅎ
Posted by YoungMoon
: