79102549

Date: 2024-10-18 14:44:31
Score: 0.5
Natty:
Report link

You can access the parent window's console from within an iframe using the window.parent property.

// from within the iframe:
parent.console.log('Hello World');

This will output in the parent window's console.

You can read more here: https://developer.mozilla.org/en-US/docs/Web/API/Window/parent

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Uuuuuumm