9 lines
139 B
HTML
9 lines
139 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
window.onload = function() {
|
|
alert("This is an alert");
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|