À¥µðÀÚÀÎ °øºÎ¹æ

      HTML,PHP °øºÎ¹æ

      ÆÁ & Å×Å© °Ô½ÃÆÇ


     





  ¹øÈ£ : 22 À̹ÌÁö ½½¶óÀ̵å¼î Àüü¼Ò½º~      
  ÀÛ¼ºÀÚ : À̰ÇÈ£ ÀÛ¼ºÀÏ : 2005-11-19 19:21:53  


Ãâó : À¢µðÇϿ콺

<SCRIPT LANGUAGE="JavaScript">


<!-- Begin
var rotate_delay = 5000; // delay in milliseconds (5000 = 5 secs)
current = 0;
function next() {
if (document.slideform.slide[current+1]) {
document.images.show.src = document.slideform.slide[current+1].value;
document.slideform.slide.selectedIndex = ++current;
}
else first();
}
function previous() {
if (current-1 >= 0) {
document.images.show.src = document.slideform.slide[current-1].value;
document.slideform.slide.selectedIndex = --current;
}
else last();
}
function first() {
current = 0;
document.images.show.src = document.slideform.slide[0].value;
document.slideform.slide.selectedIndex = 0;
}
function last() {
current = document.slideform.slide.length-1;
document.images.show.src = document.slideform.slide[current].value;
document.slideform.slide.selectedIndex = current;
}
function ap(text) {
document.slideform.slidebutton.value = (text == "Stop") ? "Start" : "Stop";
rotate();
}
function change() {
current = document.slideform.slide.selectedIndex;
document.images.show.src = document.slideform.slide[current].value;
}
function rotate() {
if (document.slideform.slidebutton.value == "Stop") {
current = (current == document.slideform.slide.length-1) ? 0 : current+1;
document.images.show.src = document.slideform.slide[current].value;
document.slideform.slide.selectedIndex = current;
window.setTimeout("rotate()", rotate_delay);
}
}
// End -->
</script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<center>
<form name=slideform>
<table cellspacing=1 cellpadding=4 bgcolor="#000000">
<tr>
<td align=center bgcolor="white">
<b>Image Slideshow</b>
</td>
</tr>
<tr>
<td align=center bgcolor="white" width=200 height=150>
<img src="http://218.145.54.39/mall/HE1/HHE1000010d.gif" name="show">

</td>
</tr>
<tr>
<td align=center bgcolor="#C0C0C0">
<select name="slide" onChange="change();">
<option value="http://218.145.54.39/mall/HE1/HHE1000010d.gif" selected>̵ȍ
<option value="http://218.145.54.39/mall/HK1/HHK1000002d.gif">²¿¸¶
<option value="http://218.145.54.39/mall/HK1/HHK1000007d.gif">À¯Ä¡¿ø
<option value="http://218.145.54.39/mall/HE1/HHE1000017d.gif">¿ä¼úºÀ
<option value="http://218.145.54.39/mall/HE1/HHE1000009d.gif">ÅÐÀå°©
<option value="http://218.145.54.39/mall/HK1/HHK1000001d.gif">¸Ó¸®ÇÉ
<option value="http://218.145.54.39/mall/HS1/HHS1000005d.gif">¾ç¸»
<option value="http://218.145.54.39/mall/HK1/HHK1000014d.gif">Ä¿ÇÃ
<option value="http://218.145.54.39/mall/HE1/HHE1000011d.gif">ÀÎ¾î°øÁÖ
<option value="http://218.145.54.39/mall/HS1/HHS1000002d.gif">¿ìÁÖÀÎ
</select>
</td>

</tr>
<tr>
<td align=center bgcolor="#C0C0C0">
<input type=button onClick="first();" value="|<<" title="Beginning">
<input type=button onClick="previous();" value="<<" title="Previous">
<input type=button name="slidebutton" onClick="ap(this.value);" value="Start" title="AutoPlay">
<input type=button onClick="next();" value=">>" title="Next">
<input type=button onClick="last();" value=">>|" title="End">
</td>
</tr>
</table>
</form>
</center>



À̰ÇÈ£ ( 2006-10-04 21:19:14 )

Áö±Ý º¸´Ï±î À±¹ÌÂÀ³Ý¿¡¼­µµ Àִ°Ŷûµµ ºñ½ÁÇÑ°Í °°³×¿ä ^^; »èÁ¦Çϱâ
ÀÛ¼ºÀÚ   ºñ¹Ð¹øÈ£       »èÁ¦½Ã ÇÊ¿äÇÕ´Ï´Ù.
¸Þ¼¼Áö
 
         
¹øÈ£ Á¦ ¸ñ±Û¾´ÀÌ÷ºÎ ÀÛ¼ºÀÏ Á¶È¸
23 ¸¶¿ì½º¸¦ ¿Ã¸®¸é Ä÷¯·Î º¯ÇÏ´Â À̹ÌÁö À̰ÇÈ£   2005-11-19 39588
22 À̹ÌÁö ½½¶óÀ̵å¼î Àüü¼Ò½º~ À̰ÇÈ£   2005-11-19 39596
21 ºÒ²É³îÀÌ (¾îµÎ¿î ¹è°æ¿¡ Àß ¾î¿ï¸±µí...) À̰ÇÈ£   2005-11-19 41488