javascript - disable a textbox in another page PHP
is there any way to disable a text input in another page ? I searched but I didn't find any thing !
to explain
I have this page that is mostly html text inputs and I load it in a main page if the user press a button, sometimes I need one of the textbox to be disable and sometimes not
The question is, is there any function in php or javascript or ajax that can help me disable one of the textbox from the main page ?
Answer
Solution:
Are you looking for something like this ?
There are basically two cases: