Good day,
How will i disable selection box after clicking another selection box?
Example:
SelectionBox1 ----> when I click this SelectionBox2 will be disabled.
How will I do this? tnx
This, like every other issue to do with onclick, cannot be handled by PHP, because PHP doesn't run on the browser. Javascript does run on the browser, and you should be using that.
Tnx, do you know what is the command of that on javascript?
Try a Javascript forum.