How to pick element inside iframe using document.getElementById
Answers
hambi
56
Points
2
Posts
|
Use following javascript code:
Note: If the
Posted On:
08-Jan-2018 05:27
The last sentence is very important ;) your frame's source must be on the same domain of your page - Rahul Kiwitech 08-Jan-2018 05:33
|
beginer
1544
Points
52
Posts
|
The contentDocument property returns the Document object generated by a frame or iframe element.
Posted On:
09-Jan-2018 23:07
|
Blog
Active User (0)
No Active User!