Html template: emeded txt-file autoscrolling to the end

Hi,
I use a template with this code:

<!DOCTYPE html>
<html lang="de">

<head>
<title>Logfile</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>

<embed src="http://192.168.2.51:8083/birdlog.txt" content="text/html; charset=UTF-8" width="500" height="500">

</body>
</html>

It works fine, and in this manner I can look a logfile (birdlog.txt) on the browser. What I want is an automatic scroll function to the end of the birdlog.txt when the site is loaded.

Could someone kindly give me some ideas on how to start with a function like this?

best regards
lippih

Ummmm, looks like you forgot to include the code

sorry, something was wrong with the format, now it's ok

This is a html question rather than a dashboard question. A google search should find loads of answers about auto scrolling in a web page