hi,
Nur für dich und ganz exklusiv der zugegeben nicht sehr schöne aber dafür vollständige Quelltext des MSDN-Beispiels:
reden wir wirklich vom gleichen beispiel ...?
ich sehe folgendes auf der seite (mit dem IE 5.01):
This example shows that the UNSELECTABLE attribute is not inherited by child objects. Text in the TEXTAREA element can be selected and modified, but the text in the parent SPAN element cannot be selected.
<P>
<SPAN ID="oSpan" UNSELECTABLE="on" >This text cannot be selected.
<P>
<TEXTAREA WRAP="PHYSICAL" ROWS="5" STYLE="font-weight: bold;" ID="oTextarea">
This text can be selected and overwritten.
</TEXTAREA>
</P>
This text closes the SPAN and cannot be selected either.
</SPAN>
</P>
und im qeulltext steht:
This example shows that the <B>UNSELECTABLE</B> attribute is not inherited by child objects. Text in the TEXTAREA element can be selected and modified, but the text in the parent SPAN element cannot be selected.</P><PRE CLASS="clsCode" AUTOHILITE="1">
<P>
<SPAN ID="oSpan" UNSELECTABLE="on" >This text cannot be selected.
<P>
<TEXTAREA WRAP="PHYSICAL" ROWS="5" STYLE="font-weight: bold;" ID="oTextarea">
This text can be selected and overwritten.
</TEXTAREA>
</P>
This text closes the SPAN and cannot be selected either.
</SPAN>
</P>
</PRE>
gruß,
wahsaga
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."