/    Sign up×
Community /Pin to ProfileBookmark

Image Viewer Woes

I downloaded the code and started a fresh test page (XHTML trans)
so it’s exactly like the example
I know the file paths are fine because I’ve swapped blank.jpg to make sure.
The javascript is just not giving me any action, but everybody else’s seems fine
… is it the page set up?, er… I really can’t think what…
all the images are the same size…

anyway here’s the code, in all it’s glory

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>
<html xmlns=”http://www.w3.org/1999/xhtml“>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1″ />
<title>Image Viewer Test</title>

<script language=”javascript”>

function changeImage(filename) {
mainimage.src = filename;
}

</script>
</head>

<body>

<p>
<a href=”javascript:changeImage(‘imageviewer/one.jpg’)”>Image 1</a>
<a href=”javascript:changeImage(‘imageviewer/two.jpg’)”>Image 2</a>
<a href=”javascript:changeImage(‘imageviewer/three.jpg’)”>Image 3</a>
<a href=”javascript:changeImage(‘imageviewer/four.jpg’)”>Image 4</a>
</p>

<p>
<img src=”imageviewer/blank.jpg” id=”mainimage” />
</p>

</body>
</html>

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @suryo spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.25,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...