Text.html:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript">
function OpenText(URL){
window.open(URL,null, 'width=500, height=500, scrollbars=yes, toolbar=no, menubar=no, directories=no, location=no, left=200, height=200, top=10, resizable=yes, status=no, scrollbars=yes')
}
</script>
</head>
<body>
<a href="javascript:void(0)" onclick=OpenText('text.txt')>Open text</a>
</body>
</html>
Text.txt:
A plain text-file (extension: txt). Make sure to have hard returns on the appropriate places there, since there is no formatting.
Arie Molendijk
Bookmarks