/    Sign up×
Community /Pin to ProfileBookmark

i just dont understand this

😑 😑 😑 😑 😑 😑 😑 😑 😑

ive been reusing my javascript codes before & there seems to be no problem

but now, i have to use client side validation if there is any value on my textbox named emailadd within a form named form1. here is my jscript code:

<SCRIPT LANGUAGE=”JavaScript”>
<!–
function checkUsername()
{
if (document.form1.emailadd.value.length == 0)
{
alert(‘Enter your email address’);
document.form1.emailadd.focus()
return false;
}
form1.submit()
}
//–>
</SCRIPT>

then on my html code:
<input type=”submit” name=”Submit” value=”Submit” onClick=”javascript:checkUsername”>

THEN THIS ERROR APPEARS:
document.form1.emailadd.value is null or not an object

can somebody help me?

to post a comment
JavaScript

0Be the first to comment 😎

Γ—

Success!

Help @daveigh 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.16,
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,
)...