io ho fatto così ma mi da un errore:
codice:
<html>
	<head>
		<title>prova
		</title>
	
	<SCRIPT LANGUAGE="JavaScript1.2">

	function swapIt(path, quale) {
 	document.images[quale].scr=path;
	}
	</SCRIPT>

	
	</head>
	
	<body bgcolor=red>
	Link
	
	[img]salvatorr.jpg[/img]
	</body>
</html>
grazie per l'interessamento