Hi,
Is there a way to retrieve data from a text box that is disabled on a form ???????????????
<form action="getdata.php">
<input type="text" name="text1" value="For your information only" disabled>
<input type="submit">
</form>
I'd like.... to get the value in the text1 text box.
Thanks