Strange Java problem

They have: 7 posts

Joined: Nov 1999

Why by using this script, I got small blue dash in bottom left of my picture, which works as hyperlink? How to get rid of it?

<HTML>
<HEAD>
<TITLE></TITLE>
<META name="description" content="">
<META name="keywords" content="">

<SCRIPT language="javascript1.1">
gifHome = new Image(100,26)
gifHome.src = "but.gif"
gifHome2 = new Image(100,26)
gifHome2.src = "but1.gif"

function changeImg(cImg,ref) {document.images[cImg].src = ref.src}

</SCRIPT>
</HEAD>

<BODY BGCOLOR="0000FF" TEXT="000000" LINK="0000FF" VLINK="800080">

<A href="index.html" onMouseOver="changeImg('imgHome',gifHome2)"
onMouseOut="changeImg('imgHome',gifHome)">
<IMG src="but.gif" border="0" name="imgHome">
</A>
</BODY>
</HTML>

They have: 5,633 posts

Joined: Jan 1970

<A href="index.html" onMouseOver="changeImg('imgHome',gifHome2)"
onMouseOut="changeImg('imgHome',gifHome)"><IMG
src="but.gif" border="0" name="imgHome"></A>

------------------
http://go.to/hass

They have: 7 posts

Joined: Nov 1999

Thankyou, for helping. This problem is done.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.