brozzler/tests/htdocs/site4/prompt.html

14 lines
261 B
HTML
Raw Normal View History

<html>
<head>
<title>a page that pops up an prompt</title>
<script>
prompt("I'm a prompt")
</script>
</head>
<body>
<h1>prompt</h1>
<p>this is a page that pops up a prompt</p>
</body>
</html>