Help on "this" keyword in script include.
Hello, Can someone explain me on what scenarios do we use "this" in scrip include? I am aware that in the Ajax call we will use this.getParameter but I have also "this" key word for the sever call Script include. Ex: this.user = request.caller_id; ...
