The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<SCRIPT type="text/javascript">function s_Test4_onChange()
{
if (document.forms[0].s.value=="hakan")
	{
	alert('Error in value  "'+document.forms[0].s.value+'" The value will be changed');
	document.forms[0].s.value="Giuseppe";
	
	}
} 
</SCRIPT>