-
Code's Tags
-
Your Codes
-
Reffers
-
Linked Codes
|
Code:
Short link for Twitter:
HTML:
HTML view:
Copy Source | Copy HTML- <html><body>
- <div id="container">
- <iframe src="http://google.com/" id="frame1"></iframe>
- <iframe src="http://microsoft.com/"></iframe>
- <iframe src="http://habrahabr.ru/"></iframe>
- </div>
- <div><a href="http://google.com/">Test link</a></div>
-
- <script type="text/javascript">
- document.getElementById("container").appendChild(document.getElementById("frame1"));
- </script>
- </body></html>
|