
More JavaScript Graphics
Description
Set an image on the page when the cursor is over the link. The image remains set until the user puts their cursor on another link (i.e. no onMouseOut command). Then, the image is updated to the new one....View A Script Demo
Set an image on the page when the cursor is over the link. The image remains set until the user puts their cursor on another link (i.e. no onMouseOut command). Then, the image is updated to the new one....View A Script Demo
Do you find it confusing setting up these script?
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Ronnie T. Moore, Editor -->
<!-- Web Site: The JavaScript Source -->
<!-- Begin
var toad = new Image();
var lizard = new Image();
var gecko = new Image();
toad.src = "toad.jpg";
lizard.src = "lizard.jpg";
gecko.src = "gecko.jpg";
function doButtons(picimage) {
eval("document['picture'].src = " + picimage + ".src");
}
// End -->
</script>
</HEAD>
<BODY Background=../graphics/grayback.jpg>
<center><br><br>
<table border=1>
<tr><td>
<center><h2>Places I've been:</h2></center>
<p>
<li><a href = "http://www.toad.com" onmouseover = "doButtons('toad')">Toad<p>
<li><a href = "http://www.lizard.gov" onmouseover = "doButtons('lizard')">Lizard<p>
<li><a href = "http://www.gecko.com" onmouseover = "doButtons('gecko')">Gecko<p>
<td>
<img name=picture src="blank.gif" width=330 height=190 border=0></td>
</tr>
</table>
</center>
</BODY>
</HTML>
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Ronnie T. Moore, Editor -->
<!-- Web Site: The JavaScript Source -->
<!-- Begin
var toad = new Image();
var lizard = new Image();
var gecko = new Image();
toad.src = "toad.jpg";
lizard.src = "lizard.jpg";
gecko.src = "gecko.jpg";
function doButtons(picimage) {
eval("document['picture'].src = " + picimage + ".src");
}
// End -->
</script>
</HEAD>
<BODY Background=../graphics/grayback.jpg>
<center><br><br>
<table border=1>
<tr><td>
<center><h2>Places I've been:</h2></center>
<p>
<li><a href = "http://www.toad.com" onmouseover = "doButtons('toad')">Toad<p>
<li><a href = "http://www.lizard.gov" onmouseover = "doButtons('lizard')">Lizard<p>
<li><a href = "http://www.gecko.com" onmouseover = "doButtons('gecko')">Gecko<p>
<td>
<img name=picture src="blank.gif" width=330 height=190 border=0></td>
</tr>
</table>
</center>
</BODY>
</HTML>
If you have a Business Proposal that you think may be of interest to us here at Best Download Sites please contact us to discuss the matter in further detail

