Forum Moderators: open
<body>
........
........
<script type="text/javascript">
document.open(); // not needed by most browsers
document.write('<a href="\">Home<\/script>');
</script>
</body>
</html>
Notice that the '/' char of closing tags should be escaped using the '\' char.
Kaled.