élément iframe code example
Example 1: iframe getelementbyid
document.getElementById('myframe1').contentWindow.document.getElementById('x')
Example 2: html iframe tag
<iframe src="http://kidcreatorsteam.com" height="90px" width="40px"></iframe>
<!--I made an iframe! Yay! -->