/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] JS Beginner needs help with buttons

Okay, I am a big time beginner. I am taking a class and I have no idea what I am doing wrong. Here is my code, what have I done wrong? The first button works fine the second one doesn’t. (The code is attached too, if needed)

<!—
<html>
<head>
<title>Assignment #1</title>

<script language=”javascript”>
<!– hide from old browsers (optional)

function button1_onmouseout() {
button1.style.backgroundColor=”pink”
button1.value=”Button 1″
}

function button1_onmouseover() {
button1.style.backgroundColor=”red”
}

function button2_onmouseout() {
button2.style.backgroundColor=”yellow”
button2.value=”Button 2″
}

function button2_onmouseover() {
button2.style.backgroundColor=”green”
}

//–>
</script>

</head>

<body>
<p>
<input id=button1 name=button1 type=button value=button onmouseover=”return button1_onmouseover()”
onmouseout=”return button1_onmouseout()”>
</p>

<p>
<input id=button2 name=button2 type=button value=button onmouseover=”return button1_onmouseover()”
onmouseout=”return button1_onmouseout()”>
</p>

<p>
<b>Name:</b> Michelle
</p>

<p>
<b>Email:</b> [email][email protected][/email]
</p>

<p>
<b>Hobbies:</b> Computers, gardening, travel, and video games
</p>

</body>
</html>

>

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@frog6312authorSep 06.2006 — Nevermind, found my error....but I know I will have other questions....stay tuned.
×

Success!

Help @frog6312 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.28,
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,
)...