frame3.html 286 Bytes
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>CasperJS frame 3</title>
    </head>
    <body id="f3">
        <h1>This is frame 3.</h1>
        <p><a href="frame2.html">frame 2</a></p>
    </body>
</html>