I want to display on my main page a "Welcome back {your name}!" text, the information on {your name} will be retrieved from another site via a cookie using a java function.
I can do this by placing a Edit control on the screen and then, using java, updating it value; no problem here.
The issue is that this Edit control has a border and allows the user to enter information, I need an Edit control that behaves as a Text control: no border, does not allow for input.
In order to change the visual appearance of input controls you have to create a style class. So in D.H.E., choose the text, go to the "style" property (or "class name") and create a style class with border=0 In order to make the text readonly this is possible only in the next version. You can do this simply using your javascript adding this line: