frame3.html 286 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <!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>