(html)
(script languages="JavaScript")
(!--
var img3 = new Image();
var img2 = new Image();
var img1 = new Image();
img1.src = "http://www.britannica.com/psychedelic/images/opsyroc148p1.jpg";
img2.src = "http://www.drummerworld.com/pics/drum/dpa48/CarlPalmer.jpg";
img3.src = "http://img.listal.com/image/863296/500full.jpg";
//--)
(/script)
(body)
(a href="INSERT LINK TO KEITH EMERSON PAGE" onMouseOver="document.firstI.src=img2.src" onMouseOut="document.firstI.src=img1.src")(img src="http://www.britannica.com/psychedelic/images/opsyroc148p1.jpg" name="firstI" alt="Keith Emerson" width="200" height="200" /)(/a)
(a href="INSERT LINK TO CARL PALMER PAGE" onMouseOver="document.secondI.src=img3.src" onMouseOut="document.secondI.src=img2.src")(img src="http://www.drummerworld.com/pics/drum/dpa48/CarlPalmer.jpg" name="secondI" alt="Carl Palmer" width="200" height="200" /)(/a)
(a href="INSERT LINK TO Greg Lake PAGE" onMouseOver="document.thirdI.src=img1.src" onMouseOut="document.thirdI.src=img3.src")(img src="http://img.listal.com/image/863296/500full.jpg" name="thirdI" alt="Greg Lake" width="200" height="200" /)(/a)
(/body)
(/html)
Subscribe to:
Post Comments (Atom)
Game engines
Unity engine Unreal engine Godot engine
-
To install pngwrite we need to install to helper library before we install pngwriter. 1. libpng 2. freetype2 We can use fink or macport to i...
-
Parsing and displaying dates and times is often complicated because of formatting and locale issues. Java 2 Platform, Standard Edition (J2S...
No comments:
Post a Comment