M
martin
I needed a way to display calculated, multiple, changing values
(numerical sums) as users interacted with the page, and do this
without going back to the server to load the page again.
What I finally settled on was <input type=button...> without an
"onClick" attribute (because the purpose of the buttons was only
for displaying values).
It works fine except they look and act like buttons. No big deal,
but is there a better way?
-Martin
(numerical sums) as users interacted with the page, and do this
without going back to the server to load the page again.
What I finally settled on was <input type=button...> without an
"onClick" attribute (because the purpose of the buttons was only
for displaying values).
It works fine except they look and act like buttons. No big deal,
but is there a better way?
-Martin