<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Test</title>
<script language="javascript" type="text/javascript">
<!--
function showtextfile() {
the_text = textframe.document.body.innerHTML;
the_text = the_text.replace(/(<PRE>)|(<\/PRE>)/g,"");
the_text = the_text.replace(/\&\;/g,"&");
the_text = the_text.replace(/\<\;/g,"<");
the_text = the_text.replace(/\>\;/g,">");
the_text = the_text.replace(/\r?\n/g,"<br>");
document.getElementById("textdiv").innerHTML = the_text;
};
-->
</script>
</head>
<body bgcolor="#000080" onLoad="showtextfile();">
<iframe src="test.txt" style="visibility:hidden;position:absolute" name="textframe"></iframe>
<div id="testdiv" style="background:inherit;color:#ffffff"></div>
FF testen of dit ook werkt
</body>
</html>