¾Æ·¡·Î ³»·Á°¡¼­ ´ÜÃßµéÀ» ´­·¯ º¸¶ó.

  • ÀÚü ÆäÀÌÁö ÁöÁ¤ ºÎÀ§¿¡(ÀϺη¯ °£°ÝÀ» ³ÐÇû½¿)
    • self.location.hash='loc1'
    • self.location.hash='loc5'
    • self.location.hash='loc10'
    • self.location.hash='loc15'

  • ÀÔ·Â ¹øÈ£·Î
    • ¹øÀ¸·Î self.location.hash='loc' + [ÀԷ¹øÈ£]

  • ¸ÇÀ§, ¸Ç¾Æ·¡·Î
    • self.location.hash='top'
    • self.location.hash='bottom'

      ¸ðü ÇÁ·¹ÀÓÀ¸·Î ºÎÅÍ
    • parent.jsmain.location.hash='top'
    • parent.jsmain.location.hash='bottom'

      ÃÖ»óÀ§ ÇÁ·¹ÀÓÀ¸·Î ºÎÅÍ
    • top.jsright.jsmain.location.hash='top'
    • top.jsright.jsmain.location.hash='bottom'

  • ÀÌÀü, ÀÌÈÄ
    • history.back()
    • history.forward()

´Ù¸¥ ÇÁ·¹ÀÓ(¸ðü ÇÁ·¹ÀÓ¿¡¼­) ÆäÀÌÁö ÁöÁ¤ ºÎÀ§¿¡ (ÀÌÇÏ ¿¹Á¦µéÀº ½ÇÁ¦ÀûÀ¸·Î´Â ÀÚü ÆäÀÌÁö¿¡ ¿¬°á½ÃÄ×À¸³ª ÇÁ·¹ÀÓ ³×ÀÓ ¸¸ ¹Ù²Ù¸é ´Ù¸¥ÆäÀÌÁö¿¡ ¿¬°á µÊ) ¾Æ·¡ ¼öÆò ¸Þ´º ÆäÀÌÁö ÇÁ·¹ÀÓÀÇ °æ¿ì¿Í °°À½

frame ±¸Á¶
   jsvmenu        : ÁÂÃø ¼öÁ÷ ¸Þ´º ÇÁ·¹ÀÓ
   jsright        : ³ª¸ÓÁö ¿ìÃø ºÎºÐ ÇÁ·¹ÀÓ
          jshmenu       : ¿ìÃø ÇÁ·¹ÀÓ Áß »ó´Ü ¼öÆò ÇÁ·¹ÀÓ
          jsmain        : ¿ìÃø ÇÁ·¹ÀÓ Áß »ó´Ü ÁÖ µ¥ÀÌÅÍ ÇÁ·¹ÀÓ(ÇöÀçÀÇ ÇÁ·¹ÀÓ)

HTML Code
<BODY> <A name=top></A> <SCRIPT Language="Javascript"> now=new Date(); // ÇöÀçÀÇ ÀÏÀÚ, ½Ã°£ ¾òÀ½ mm=now.getMinutes(); // ÇöÀçÀÇ ÃÊ ¼³Á¤ document.write ('<LI>now=new Date() ¢¡ <FONT color=blue>'+now+'</FONT>'); // ¼³¸í Ç¥½Ã document.write ('<LI>mm=now.getMinutes() ¢¡ <FONT color=blue>'+mm+'</FONT><BR>'); // ¼³¸í Ç¥½Ã document.write ('<OL style=font-size:10pt;background:ffa>'); // ¹øÈ£ÀÖ´Â ¸ñ·Ï ½ÃÀÛ for (var i=1; i<=15;i++) { document.write ('<LI style=line-height:2em><A name=loc'+i+ // °¢ ¹øÈ£¸¶´Ù ¾ØÄ¿ À̸§ ºÎ¿© '></A><SPAN class=blue><a name=loc'+i+ // °¢ ¹øÈ£¸¶´Ù ¾ØÄ¿ Ç¥½Ã '></a></SPAN>now.setMinutes(mm-',i, // °¢ ¹øÈ£¸¶´Ù ½Ã°¢ ¼³¸í ')=',now.setMinutes(mm-i),'=',now.toLocaleString(), // °¢ ¹øÈ£¸¶´Ù ½Ã°¢ Ç¥½Ã '<BR>'); } function gojump(hash){ if ((hash<1)||(hash>15)){ // ÀÔ·Â µ¥ÀÌÅÍ ¹üÀ§ Á¡°Ë alert('¹üÀ§¸¦ 1-15·Î Ç϶ó'); return; // ¹üÀ§ Ʋ¸®¸é °æ°íÇϰí return } self.location.hash='loc'+hash; // ¸ÂÀ¸¸é ±× ¹øÈ£·Î À̵¿ } // °¨Ãã ³¡ --> </SCRIPT> </OL> <HR width=80% size=2 color=blue> <FORM name="fname"> <UL class=balla> <LI>ÀÚü ÆäÀÌÁö ÁöÁ¤ ºÎÀ§¿¡(ÀϺη¯ °£°ÝÀ» ³ÐÇû½¿) <UL class=ballb> <LI><INPUT type="button" value="1 ¹ø" onClick="self.location.hash='loc1'"> self.location.hash='loc1' <LI><INPUT type="button" value="5 ¹ø" onClick="self.location.hash='loc5'"> self.location.hash='loc5' <LI><INPUT type="button" value="10 ¹ø" onClick="self.location.hash='loc10'"> self.location.hash='loc10' <LI><INPUT type="button" value="15 ¹ø" onClick="self.location.hash='loc15'"> self.location.hash='loc15'<BR><BR> </UL> <LI>ÀÔ·Â ¹øÈ£·Î <UL class=ballb> <LI><INPUT type=text size=3 name="point" value="1" onchange="javascript:gojump(this.value)"> ¹øÀ¸·Î <INPUT type="button" value="È®ÀÎ" onclick="javascript:gojump(fname.point.value)"> self.location.hash='loc' + [ÀԷ¹øÈ£]<BR><BR> </UL> <LI>¸ÇÀ§, ¸Ç¾Æ·¡·Î <UL class=ballb> <LI><INPUT type="button" value="ÆäÀÌÁö ¸ÇÀ§" onClick="self.location.hash='top'"> self.location.hash='top' <LI><INPUT type="button" value="ÆäÀÌÁö ¹Ù´Ú" onClick="self.location.hash='bottom'"> self.location.hash='bottom'<BR><BR> </UL> <UL class=ballb>¸ðü ÇÁ·¹ÀÓÀ¸·Î ºÎÅÍ <LI><INPUT type="button" value="ÆäÀÌÁö ¸ÇÀ§" onClick="parent.jsmain.location.hash='top'"> parent.jsmain.location.hash='top' <LI><INPUT type="button" value="ÆäÀÌÁö ¹Ù´Ú" onClick="parent.jsmain.location.hash='bottom'"> parent.jsmain.location.hash='bottom'<BR><BR> </UL> <UL class=ballb>ÃÖ»óÀ§ ÇÁ·¹ÀÓÀ¸·Î ºÎÅÍ <LI><INPUT type="button" value="ÆäÀÌÁö ¸ÇÀ§" onClick="top.jsright.jsmain.location.hash='top'"> top.jsright.jsmain.location.hash='top' <LI><INPUT type="button" value="ÆäÀÌÁö ¹Ù´Ú" onClick="top.jsright.jsmain.location.hash='bottom'"> top.jsright.jsmain.location.hash='bottom'<BR><BR> </UL> <LI>ÀÌÀü, ÀÌÈÄ <UL class=ballb> <LI><INPUT type='button' value='ÀÌÀü' onClick='history.back()'> history.back() <LI><INPUT type='button' value='ÀÌÈÄ' onClick='history.forward()'> history.forward() </UL> </UL> </DIV> </FORM> <A name="bottom"></A> </BODY> </HTML>