paran/[ Script ]
이미지 앨범 만들기
webdress
2004. 11. 2. 09:12
<html>
<head>
<title>이미지앨범</title>
<metahttp-equiv="Content-Type"content="text/html;charset=euc-kr">
<scriptlanguage="JavaScript">
<!--
functionmysesangimg(myimg){
if(myimg==1)my.src="큰이미지주소";
if(myimg==2)my.src="큰이미지주소";
if(myimg==3)my.src="큰이미지주소";
if(myimg==4)my.src="큰이미지주소";
}
//-->
</script>
</head>
<body>
<imgsrc="큰이미지주소"name="my"><p>
<imgstyle="cursor:hand"onMouseOver="mysesangimg(1)"src="작은이미지주소"width="125"height="94">
<imgstyle="cursor:hand"onMouseOver="mysesangimg(2)"src="작은이미지주소"width="125"height="94">
<imgstyle="cursor:hand"onMouseOver="mysesangimg(3)"src="작은이미지주소"width="125"height="94">
<imgstyle="cursor:hand"onMouseOver="mysesangimg(4)"src="작은이미지주소"width="125"height="94">
</body>
</html>