Skip to main content
summaryrefslogblamecommitdiffstats
blob: bfa06ee906427971aa4700b00ff0ee9873b2f57f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                               
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Hello Title</title>
<script type="text/javascript">
function changeStatus(txt) {
	document.bgColor = "yellow";
	window.status = txt;
}
</script>
</head>
<body>
Hello body
</body>
</html>

Back to the top