K
K
Hi all, I got html code (see below). It works fine but I just want
to know that what html code I should add in below code that when I
click on image it should take me to www.google.com.
<img src="C:/Documents and Settings/My Documents/My Pictures/Images/
bk.bmp"
onmouseover="this.src='C:/Documents and Settings/My Documents/My
Pictures/Images/bk2.bmp'"
onmouseout="this.src='C:/Documents and Settings/My Documents/My
Pictures/Images/bk.bmp'">
to know that what html code I should add in below code that when I
click on image it should take me to www.google.com.
<img src="C:/Documents and Settings/My Documents/My Pictures/Images/
bk.bmp"
onmouseover="this.src='C:/Documents and Settings/My Documents/My
Pictures/Images/bk2.bmp'"
onmouseout="this.src='C:/Documents and Settings/My Documents/My
Pictures/Images/bk.bmp'">