I have a button that I want to disable and enable.
I have tried something like this:
tryprint = "Disabled"
<input type="submit" value="Stop" name="action" <%= tryprint %>/>
and it isn’t working. How can I disable and enable button with a parameter tryprint?
You don’t have to use If..Then statement, you can have it all in one string: