<html><div style='background-color:'><DIV>
<DIV></DIV>Well, you owe me this one! </DIV>
<DIV></DIV> 
<DIV></DIV>the onselectstart turned false disables all the content from being 
<DIV></DIV>selected, no matter what you do after this will not help so wei will 
<DIV></DIV>filter unwanted items like this: 
<DIV></DIV> 
<DIV></DIV> 
<DIV></DIV> 
<DIV></DIV> 
<DIV></DIV>
<SCRIPT language=JavaScript>
</DIV>>      <!--
</DIV>>
</DIV>>function filterSelectability(){
</DIV>>                var inptName=event.srcElement.name;
</DIV>>//Headache! - suppressing error for "undefined" elements
</DIV>>        if (typeof(inptName) == "undefined"){return false}
</DIV>>//making this compare 'true' for all elements named 'field' no 
</DIV>>matter the number- helpfull enough!
</DIV>>                var fld=inptName.substring(0,5);
</DIV>>        if(fld=='field'){return true}
</DIV>>                    else{return false}
</DIV>>                }
</DIV>>        document.onselectstart = filterSelectability;
</DIV>>      // -->
</DIV>>      </SCRIPT>
 
<DIV></DIV> 
<DIV></DIV> 
<DIV></DIV> 
<DIV></DIV>
<P><FONT face="Verdana, Geneva, Arial, Sans-serif" size=2>&lt;HTML&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;HEAD&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;TITLE&gt; Trojani &lt;/TITLE&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;script language='JavaScript'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!--</FONT></P>
<P><FONT face="Verdana, Geneva, Arial, Sans-serif" size=2>function filterSelectability(){<BR>&nbsp;&nbsp;var inptName=event.srcElement.name;<BR><EM>//Headache! - suppressing error for "undefined" elements <BR></EM>&nbsp;if (typeof(inptName) == "undefined"){return false}<BR>&nbsp;&nbsp;var fld=inptName.substring(0,5);<BR>&nbsp;if(fld=='field'){return true}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else{return false}<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.onselectstart = filterSelectability;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // --&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/script&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/head&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;body&gt;</FONT></P>
<P><FONT face="Verdana, Geneva, Arial, Sans-serif" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;form name='myBogusForm' action='javascript:void(null)'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;center&gt;</FONT></P>
<P><FONT face="Verdana, Geneva, Arial, Sans-serif" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input name='field1' type='text' value='' size=30 &gt;&lt;br&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input name='field2' type='text' value='' size=30 &gt;&lt;br&gt;</FONT></P>
<P><FONT face="Verdana, Geneva, Arial, Sans-serif" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/center&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/form&gt;</FONT></P>
<P><FONT face="Verdana, Geneva, Arial, Sans-serif" size=2>&nbsp;&nbsp;&nbsp; &lt;/body&gt;<BR>&lt;/html&gt;<BR>&nbsp;</FONT></P>Had some hard time with undefined items but it is solved now, 
<DIV></DIV>Cheers! 
<DIV></DIV> 
<DIV></DIV>
<DIV>&nbsp;</DIV></div><br clear=all><hr>Protect your PC - <a href="http://g.msn.com/8HMHEN/2755??PS=">Click here</a> for McAfee.com VirusScan Online </html>