| Author |
problem in simple calculator
|
deepak bhai
Ranch Hand
Joined: Apr 22, 2011
Posts: 32
|
|
i wanted to make a simple calculator, i wanted to see if we can pass the element by document.getElementById("value") and then extract it later in the java script code .. but i dont know where it go wrong.. please help
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
Your HTML syntax is severely screwed up. Check the quoting of your attributes. Also, do your onclicks really do what you intend (even if they were correctly declared)?
Sloppy syntax such as this is exactly why Unobtrusive JavaScript -- in which no script is included in the document markup -- is a great idea.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
deepak bhai
Ranch Hand
Joined: Apr 22, 2011
Posts: 32
|
|
ok its solved ..
|
 |
 |
|
|
subject: problem in simple calculator
|
|
|