You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
274 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<a class="clickme" href="Radio_7/">This weeks broadcast</a>
<script>
setTimeout(function () {
document.querySelector("a.clickme").click();
}, 250);
</script>
</body>
</html>