Thread
:
trouble with addEventListener
View Single Post
09-12-2012, 07:58 PM
PM User
|
#
6
DaveyErwin
Regular Coder
Join Date: Aug 2010
Posts: 814
Thanks: 12
Thanked 168 Times in 166 Posts
here is why it doesn't work for you
but it does for me
<input type="text" id="mytextbox" />
should be
<input type="text" name="mytextbox" />
DaveyErwin
View Public Profile
Find More Posts by DaveyErwin