/    Sign up×
Community /Pin to ProfileBookmark

Simple javascript question

How do i make some text appear in my <h2> element when i mouse over on the image.

[CODE]<html>

<head>
<title>Es Shoes</title>
<script type=”text/javascript”>

</script>
</head>

<body>
<h1>These are</h1>
<h2></h2>
<img src=”accel_125.gif” height=”125″ width=”125″ alt=”Nice Es Trainers” />

</body>

</html>[/CODE]

Thanks for any help

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@stephen1davisApr 19.2006 — <html>

<head>

<title>Es Shoes</title>

<script type="text/javascript">

</script>

</head>

<body>

<h1>These are</h1>

<h2 id="h2"></h2>

<img src="accel_125.gif" height="125" width="125" alt="Nice Es Trainers" onmouseover="document.getElementById('h2').innerHTML='xxxxx';" />

</body>

</html>
×

Success!

Help @vertmonkee 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.2,
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: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...