I have a text window which is, by default, disabled (i.e. greyed out) using JavaScript.
I want to create PHP code which can tell if the text box is currently enabled or disabled e.g.
if (document.inputform.location.disabled = false) {
Can anyone point me in the right direction?
Thanks