<html> <head> <title>RAutomation testing page</title> <script type="text/javascript"> function showPrompt() { if (prompt("Where do you want to go today?")) { showPrompt(); } } </script> </head> <body onload="setTimeout(showPrompt, 1000)"> <h1>RAutomation testing page</h1> </body> </html>