frameScrollPage.html 329 Bytes
<!DOCTYPE html>
<html>
<head>
  <title>Welcome Page</title>
</head>
<body>
  <div>
    <iframe name="scrolling_child_frame" src="frameScrollParent.html" width="800" height="200"></iframe>
  </div>
  <div>
    <iframe name="scrolling_frame" src="frameScrollChild.html" width="800" height="200" ></iframe>
  </div>
</body>
</html>