201k views
4 votes
The code to access the contents of an input box named email on a form is

User MoeTi
by
7.3k points

1 Answer

1 vote
document.forms[0].email.value

I think this is the answer.
User Ian Mercer
by
6.9k points