scusate forse la banalità ma sono agli inizi, sto seguendo un testo ed è riportato questo esempio :

codice:
<html>
<head>
	<title>Prova script</title>
</head>
<body>
	<h2>
		<script type="text/javascript">
		<!--
			document.writeln ("Questo testo ha il colore crimson ".fontcolor("crimson"));
		// -->
		</script>
	</h2>
</body>
</html>
perchè non appare assolutamente nulla nel browser ? Ho la suse 9.0 installata, apache è ok, ho provato con mozilla e con epiphany ed il problema è lo stesso.

grazie, apsoft