Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Set innerHTML with scripts</title>
</head>
<body>
  
  <h3>HTML: </h3>
  <textarea id="html">
<div id="d1" style="background-color:yellow">
  <div id="d1">
    <h3>h3 1</h3>
    <script type="text/javascript">
        alert("script 1");
    </script>
  </div>
  <span id="s2">span 1</span>
  <script>alert("script 2");</script>
</div>
  </textarea>
  <input type="button" onclick="setContent()" value="Set innerHTML" style="display:block" />
  <h3>Output: </h3>
  <div id="output"></div>
  
  
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers