<STYLE>BODY IMG {
 BORDER-RIGHT: white 1px solid; BORDER-TOP: white 1px solid; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
</STYLE>

<SCRIPT language=JavaScript>
var color;
var i
function change(i){
var a=Math.random()*255;
var b=Math.random()*255;
var c=Math.random()*255;
color="rgb("+a+","+b+","+c+")";
var source=event.srcElement;
if (source.tagName=="IMG")
    source.style.border="1px solid "+i+""
}
</SCRIPT>


<BODY onmouseover=change(color) onmouseout="change('white')" text=#000000
bgColor=#ffffff>
<P><A href="http://tech.sina.com.cn/c/2002-05-16/piclink01.htm#"><IMG height=96
src="piclink01_files/05.gif" width=100 border=0></A> <A
href="http://tech.sina.com.cn/c/2002-05-16/piclink01.htm#"><IMG height=40
src="piclink01_files/02.gif" width=43 border=0></A> <A
href="http://tech.sina.com.cn/c/2002-05-16/piclink01.htm#"><IMG height=54
src="piclink01_files/06.gif" width=117 border=0></A> <A
href="http://tech.sina.com.cn/c/2002-05-16/piclink01.htm#"><IMG height=100
src="piclink01_files/04.gif" width=74 border=0></A> <A
href="http://tech.sina.com.cn/c/2002-05-16/piclink01.htm#"><IMG height=38
src="piclink01_files/01.gif" width=43 border=0></A> <A
href="http://tech.sina.com.cn/c/2002-05-16/piclink01.htm#"><IMG height=94
src="piclink01_files/03.gif" width=100 border=0></A></P></BODY></HTML>


posted on 2007-01-25 17:40  mbskys  阅读(136)  评论(0)    收藏  举报