Hi lucifer ,
ich würde mal sowas probieren:
<html>
<head>
<title>BLABLABLA</title>
<form name="deineform">
<input type="text" onchange="javascipt:document.deineform.text2.readonly='true'" name="text1">
<input type="text" onchange="javascipt:document.deineform.text1.readonly='true'" name="text2">
</form>
</head>
</html>
;)