What are some programming tricks to hack/manipulate the response and make website behave as we would like it to.
One small trick, if we have some non editable fields on any form of website, we can make it editable by accessing the DOM and changing field's attributes.
I would like to more about such programming tricks.
Thanks in advance.
One small trick, if we have some non editable fields on any form of website, we can make it editable by accessing the DOM and changing field's attributes.
I would like to more about such programming tricks.
Thanks in advance.