'전체 글'에 해당되는 글 227건

  1. 2008.09.12 현재 Url 가져오기
  2. 2008.09.08 플레쉬게임..ㅋㅋ
  3. 2008.09.08 즐겨했던..노가다 게임
posted by 준치 2008. 9. 12. 01:48

현재 url을 가져오기 간단하지만 자꾸 잊어서 올려요..ㅎㅎ

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
 <HEAD>
  <TITLE> New Document </TITLE>
  <META NAME="Generator" CONTENT="EditPlus">
  <META NAME="Author" CONTENT="">
  <META NAME="Keywords" CONTENT="">
  <META NAME="Description" CONTENT="">
  <script>
function url()
{
 alert(document.location.href);   //요기 ㅋㅋㅋ
}
  </script>
 </HEAD>

 <BODY>
  <input type="button" text="button" onclick="url()">
 </BODY>
</HTML>

posted by 준치 2008. 9. 8. 09:57
즐 게임하세요...일할때 빼고...ㅋㅋㅋ
posted by 준치 2008. 9. 8. 09:56

game