Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>iframe sample</title>
<style>
iframe { border-style: none; }
</style>
</head>
<body>
  <iframe src="http://www.yahoo.co.jp/"></iframe>
</body>
</html>
 
  document.open();
  document.write('\x3Ciframe src="http://www.google.co.jp/"\x3E\x3C/iframe\x3E');
  document.close();
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers