javascript Mar 30, 2020 The page in the iframe disables methods that right click events Add: <script> document.oncontextmenu = function(){ return false } </script> Can be