I need your help for set visible or invisible an html Input.
I have try with a Div but I know than the Input doesn’t support the “setvisible” parameter.
If somebody have the answer to this problem I will be really thankful if he can help me.
At least in the code you posted, it seems you are missing an ending "-mark for the type of the HTML input element. <input type="button id=“modename” value=“Mode” style=“width:100px”/>
vs. <input type="button" id=“modename” value=“Mode” style=“width:100px”/>