2 years ago
#45185
Farooq Chohan
how we can access child window from parent window?
can we get property of an element of child window from parent window. I want to get a url inside child window using JavaScript. is it possible?
for Example:
let newwin = window.open('https://anyweb.ext/anypage');
let URL = newwin.document.getelementbyid('knownIDinChildWindow').href;
I just know id of a element in child window.
javascript
getelementbyid
javascript
getelementbyid
0 Answers
Your Answer