<!doctype html>
<html>
<head>
<title>Show Scroll Percentage Status at top left Supervisor - RJM Programming - June, 2016</title>
<head>
<!--script src="scroll_check.js" type="text/javascript"></script-->
<script type='text/javascript'>
function showScroll() {
var oif=document.getElementById('iframeshowscrollxy');
if (oif == null) {
if (document.URL.indexOf('noscroll' + 'check=') == -1 && document.head.innerHTML.indexOf('noscr' + 'ollcheck=') == -1) {
document.body.innerHTML+="<iframe id='iframeshowscrollxy' style='display:none;' src='scroll_check.html'></iframe>";
}
}
}
</script>
</head>
<body onload=' showScroll(); '>
<!--iframe id='iframeshowscrollxy' style='display:none;' src='scroll_check.html'></iframe-->
<textarea rows=300 style='width: 140%; background-color: yellow; border: 20px solid orange; display:block; '>
The
rain
in
Spain
falls
mainly
on
the
plain.
The
rain
in
Spain
falls
mainly
on
the
plain.
The
rain
in
Spain
falls
mainly
on
the
plain.
The
rain
in
Spain
falls
mainly
on
the
plain.
The
rain
in
Spain
falls
mainly
on
the
plain.
The
rain
in
Spain
falls
mainly
on
the
plain.
The
rain
in
Spain
falls
mainly
on
the
plain.
The
rain
in
Spain
falls
mainly
on
the
plain.
The
rain
in
Spain
falls
mainly
on
the
plain.
The
rain
in
Spain
falls
mainly
on
the
plain.
</textarea>
</body>
</html>