blob: 31d1560886a5fceff453279b032b2f2cb7336370 [file] [log] [blame]
<html>
<head>
<script language="JavaScript">
function message()
{
document.title = "Title from script javascript enabled";
}
</script>
<title>This is html title</title></head>
<body onload="message()"></body>
</html>