JavaScript Injection
Hi All,
We are trying to add functionality to the advanced grid widget where double clicking a cell would copy to clipboard whatever is contained in the cell.
What would be the security risk of adding javascript to the page if that code is not being run on the server side, and only on the client side.
How would this be any different from someone running code through the inspect tool of their browser?
Other useful scenarios would be to do client-side processing for manipulating the DOM without constant calls back to the server to run services.
Thanks in Advance.
Thanks,
Sakshi Sikarwar

