frame1.html 424 Bytes
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>CasperJS frame 1</title>
    </head>
    <body id="f1">
        <h1>This is frame 1.</h1>
        <p><a href="index.html" target="_self">_self</a></p>
         <p><a href="index.html" target="_top">_top</a></p>
         <p><a href="index.html" target="_parent">_parent</a></p>
    </body>
</html>