2001.11.25 22:32:21 (*.80.76.166)
2234
2 / 0
그대로 복사해서 옆에 태그 연습장에서 실행해 보세여~~ <body...> 하구 &;lt;/body> 사이에 넣는거 아시져? ^^;



<font color=red size=3><b>
<script language="JavaScript">
<!-- hiding content from old browsers
  today = new Date()
    if(today.getMinutes() < 10){
    pad = "0"
    }
    else
    pad = "";
   
document.write("지금은 ",today.getYear(),"년 ",today.getMonth()+1,"월 ",today.getDate(),"일 ");
document.write(today.getHours(),"시",pad,today.getMinutes(),"분 이군요.")

if((today.getHours() < 12) && (today.getHours() >= 6)){
document.write("오늘도 좋은 하루 되시길 바랍니다 !")
}
if((today.getHours() >= 12) && (today.getHours() <19)){
document.write("하시는 일 잘 되길 바랍니다 !")
}
if((today.getHours() >= 19) && (today.getHours() <= 23)){
document.write("좋은 밤 되십시오 !")
}
if((today.getHours() >= 0) && (today.getHours() < 4)){
document.write("주무실 시간입니다. 건강을 생각해서 이제 주무십시오.")
}
if((today.getHours() >= 4) && (today.getHours() <= 6)){
document.write("상쾌한 기분으로 출발하세요 !")
}
// end hiding content-->
</script></font></b>


* 눈내리는마을님에 의해서 게시물 이동되었습니다 (2003-05-25 01:13)

내가 듣고싶은 음악
내가 들려주고싶은 음악

2001.11.25 22:25:03 (*.80.76.166)
1894
3 / 0
::::::태그연습장에서 시험해보세여::::

<html>
<head>
<meta http-equiv="Content-Language" content="ko">
<meta http-equiv="Content-Type" content="text/html; charset=ks_c_5601-1987">
<title>육각면체로 돌아간다 예제</title>

<script>
<!-- Beginning of JavaScript -


// Edit your messages. You MUST use 6 messages precisly.
var message = new Array()
message[0]=" >>>> 태그매니아!!!"
message[1]=" >>>> 태그를 좋아하는 사람들"
message[2]=" >>>> 태그에 관심있는 사람들"
message[3]=" >>>> 대화방 태그를 알고픈.."
message[4]=" >>>> 단계별 강좌를 통한 ..."
message[5]=" >>>> 쉽게 설명하고 있당"

// Edit the width an height of your TextWheel (pixels)
var scrollerheight=120
var scrollerwidth=360

// Edit the font
var font_family="Verdana"

// Edit the font-size
var font_size=20

// Edit the horizontal and vertical position of your TextWheel (pixels)
var x_textposition=10
var y_textposition=10

function initiate() {
if (document.all) {
  document.all.rotationstyle1.style.posLeft=x_textposition
  document.all.rotationstyle1.style.posTop=y_textposition
 
  document.all.rotationstyle2.style.posLeft=x_textposition
  document.all.rotationstyle2.style.posTop=y_textposition
 
  document.all.rotationstyle3.style.posLeft=x_textposition
  document.all.rotationstyle3.style.posTop=y_textposition
 
  document.all.rotationstyle4.style.posLeft=x_textposition
  document.all.rotationstyle4.style.posTop=y_textposition
 
  document.all.rotationstyle5.style.posLeft=x_textposition
  document.all.rotationstyle5.style.posTop=y_textposition
 
  document.all.rotationstyle6.style.posLeft=x_textposition
  document.all.rotationstyle6.style.posTop=y_textposition
 
  setmessages()
  }
}

function setmessages() {

  rotationstyle1.innerHTML=
  '<OBJECT ID="rotationobj1" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" STYLE="position:relative;width:'+scrollerwidth+'px;height:'+2*scrollerheight+'px">'+
        '<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">'+
        '<PARAM NAME="Line0002" VALUE="SetLineColor(0,0,0)">'+
  '<PARAM NAME="Line0003" VALUE="SetFillColor(255,255,0)">'+
  '<PARAM NAME="Line0004" VALUE="SetFont(''+font_family+'', '+font_size+', 400, 0, 0, 0)">'+
  '<PARAM NAME="Line0005" VALUE="Text(''+message[0]+'',0, 2, 0)">'+
  '</OBJECT>' 
 
  rotationstyle2.innerHTML=
  '<OBJECT ID="rotationobj2" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" STYLE="position:relative;width:'+scrollerwidth+'px;height:'+2*scrollerheight+'px">'+
        '<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">'+
        '<PARAM NAME="Line0002" VALUE="SetLineColor(0,0,0)">'+
  '<PARAM NAME="Line0003" VALUE="SetFillColor(255,255,0)">'+
  '<PARAM NAME="Line0004" VALUE="SetFont(''+font_family+'', '+font_size+', 400, 0, 0, 0)">'+
  '<PARAM NAME="Line0005" VALUE="Text(''+message[1]+'',0, 2, 0)">'+
  '</OBJECT>'
 
  rotationstyle3.innerHTML=
  '<OBJECT ID="rotationobj3" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" STYLE="position:relative;width:'+scrollerwidth+'px;height:'+2*scrollerheight+'px">'+
        '<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">'+
        '<PARAM NAME="Line0002" VALUE="SetLineColor(0,0,0)">'+
  '<PARAM NAME="Line0003" VALUE="SetFillColor(255,255,0)">'+
  '<PARAM NAME="Line0004" VALUE="SetFont(''+font_family+'', '+font_size+', 400, 0, 0, 0)">'+
  '<PARAM NAME="Line0005" VALUE="Text(''+message[2]+'',0, 2, 0)">'+
  '</OBJECT>'
 
  rotationstyle4.innerHTML=
  '<OBJECT ID="rotationobj4" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" STYLE="position:relative;width:'+scrollerwidth+'px;height:'+2*scrollerheight+'px">'+
        '<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">'+
        '<PARAM NAME="Line0002" VALUE="SetLineColor(0,0,0)">'+
  '<PARAM NAME="Line0003" VALUE="SetFillColor(255,255,0)">'+
  '<PARAM NAME="Line0004" VALUE="SetFont(''+font_family+'', '+font_size+', 400, 0, 0, 0)">'+
  '<PARAM NAME="Line0005" VALUE="Text(''+message[3]+'',0, 2, 0)">'+
  '</OBJECT>'
 
  rotationstyle5.innerHTML=
  '<OBJECT ID="rotationobj5" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" STYLE="position:relative;width:'+scrollerwidth+'px;height:'+2*scrollerheight+'px">'+
        '<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">'+
        '<PARAM NAME="Line0002" VALUE="SetLineColor(0,0,0)">'+
  '<PARAM NAME="Line0003" VALUE="SetFillColor(255,255,0)">'+
  '<PARAM NAME="Line0004" VALUE="SetFont(''+font_family+'', '+font_size+', 400, 0, 0, 0)">'+
  '<PARAM NAME="Line0005" VALUE="Text(''+message[4]+'',0, 2, 0)">'+
  '</OBJECT>'
 
  rotationstyle6.innerHTML=
  '<OBJECT ID="rotationobj6" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" STYLE="position:relative;width:'+scrollerwidth+'px;height:'+2*scrollerheight+'px">'+
        '<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">'+
        '<PARAM NAME="Line0002" VALUE="SetLineColor(0,0,0)">'+
  '<PARAM NAME="Line0003" VALUE="SetFillColor(255,255,0)">'+
  '<PARAM NAME="Line0004" VALUE="SetFont(''+font_family+'', '+font_size+', 400, 0, 0, 0)">'+
  '<PARAM NAME="Line0005" VALUE="Text(''+message[5]+'',0, 2, 0)">'+
  '</OBJECT>'
 
  rotationobj1.Rotate(0,0,0)
  rotationobj2.Rotate(0,60,0)
  rotationobj3.Rotate(0,120,0)
  rotationobj4.Rotate(0,180,0)
  rotationobj5.Rotate(0,240,0)
  rotationobj6.Rotate(0,300,0)
 
  startscroll()
}

function startscroll() {
        rotationobj1.Rotate(1,2,0)
  rotationobj2.Rotate(1,2,0)
  rotationobj3.Rotate(1,2,0)
  rotationobj4.Rotate(1,2,0)
  rotationobj5.Rotate(1,2,0)
  rotationobj6.Rotate(1,2,0)
  timer=setTimeout("startscroll()",20)
}


// - End of JavaScript - -->
</script>
<meta name="generator" content="Namo WebEditor v4.0(Trial)">
</head>

<body onLoad="initiate();" bgcolor="#000000">
<br>
<SPAN ID="rotationstyle1" STYLE="position:absolute">
<OBJECT ID="rotationobj1" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" width="14" height="14">
</OBJECT>
</SPAN>

<SPAN ID="rotationstyle2" STYLE="position:absolute">
<OBJECT ID="rotationobj2" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" width="14" height="14">
</OBJECT>
</SPAN>

<SPAN ID="rotationstyle3" STYLE="position:absolute">
<OBJECT ID="rotationobj3" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" width="14" height="14">
</OBJECT>
</SPAN>

<SPAN ID="rotationstyle4" STYLE="position:absolute">
<OBJECT ID="rotationobj4" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" width="14" height="14">
</OBJECT>
</SPAN>

<SPAN ID="rotationstyle5" STYLE="position:absolute">
<OBJECT ID="rotationobj5" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" width="14" height="14">
</OBJECT>
</SPAN>

<SPAN ID="rotationstyle6" STYLE="position:absolute">
<OBJECT ID="rotationobj6" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" width="20" height="20">
<param name="SourceURL" value>
<param name="CoordinateSystem" value="0">
<param name="MouseEventsEnabled" value="0">
<param name="HighQuality" value="0">
<param name="PreserveAspectRatio" value="-1">
</OBJECT>
</SPAN>

<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</body> 
 
</html> 

* 눈내리는마을님에 의해서 게시물 이동되었습니다 (2003-05-25 01:13)

내가 듣고싶은 음악
내가 들려주고싶은 음악

2001.11.25 22:23:54 (*.80.76.166)
2684
2 / 0
<html>
<head>
<title>마우스 따라다니는 그림 예제</title>
<meta http-equiv="Content-Type" content="text/html; charset=ks_c_5601-1987">
<meta http-equiv="Content-Language" content="ko">
<script language="JavaScript">
function Move(e) {
    document.layers['Menu'].left=e.pageX
    document.layers['Menu'].top=e.pageY
}
function Move2(){
    document.all["Menu"].style.left=event.clientX
    document.all["Menu"].style.top=event.clientY
}
function Follow() {
    if (document.all) Move2()
}
function Loaded() {
    if (document.layers) {
        window.captureEvents(Event.MOUSEMOVE)
        window.onmousemove=Move
    }
}
</script>
<title>마우스 따라다니는 이미지</title>
<meta name="generator" content="Namo WebEditor v4.0(Trial)">
</head>
<body onMouseMove="Follow()" onLoad="Loaded();">

<table align="center" cellpadding="0" cellspacing="0" width="500" height="0">
    <tr>
        <td width="740">
            <p align="center">
            <p align="center"><DIV ID="Menu" NAME="Menu" STYLE="width:50px; height:57px; position:absolute; left:275px; top:117px; z-index:1;"> 
    <img src="file:///C|/javascript/java2/icon.gif" width="50" height="50"></DIV><font size="2" color="#CC00CC">귀여운
            아이콘이 계속
따라다니죠...호호 ^^<br>
여러분에 환경에 맞게 다른 이미지를 사용하시면 더
좋을 듯....</font></p>

            <p align="center"> </p>
            <p align="center"> </p>
            <p align="center"> </p>
            <p align="center"> </p>
        </td>
    </tr>
</table>
<p align="center"><font color="#CC00CC"> </font>
</p>
<p> </p>
<p align="center"><font size="2" color="#CC00CC"> </font></p>
</body>
</html>

* 눈내리는마을님에 의해서 게시물 이동되었습니다 (2003-05-25 01:13)

내가 듣고싶은 음악
내가 들려주고싶은 음악

Category
Category
Blog (233)
Bottom
Category
Calendar
2010.09
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30
Bottom
Category
Recent Article
Bottom
Category
Recent Comment
Bottom
Category
Counter
Bottom