Создание Doom элемента с параметрами получаемыми из асинхронного запроса
Мпп
<html> <head> <title>Тестирование</title> </head> <body> <iframe src="http://javascript.ru/" width="200" height="200" scrolling="yes"></iframe> <script> var iframe = document.querySelector('iframe'); console.log(iframe.contentWindow.document); </script> </body> </html> |
<html> <head> <title>Тестирование</title> </head> <body> <iframe src="http://javascript.ru/" width="200" height="200" scrolling="yes"></iframe> <script> var iframe = document.querySelector('iframe'); console.log(iframe.contentWindow.document); </script> </body> </html> |
Код:
<html> |
Часовой пояс GMT +3, время: 03:50. |