JezK
Edit File: initial_alert.erb
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <body> <div> Initial alert page </div> <script> window.alert("Initial alert"); </script> </body> </html>