I have an html file which has the button tag. I want the text displayed on it to be declared by a variable i.e not a constant value like "Click Here". I want it to have the name as the value of some variable who's value changes over time. How do i do it?
Okay, i want to be able to get the value of the name from a javascript containing the variable.
Okay, i want to be able to get the value of the name from a javascript containing the variable.