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