Hello,
I am trying to show an uneditable text through an input textbox.
The following input text box is still editable, how to make it uneditable?
<td>Page</td>
<td><input type="text" size="50px" name="page" value="<?php echo $page; ?>"/></td>
Thanks before.