Hi, All!
I've tried using the folowing in N6.2 and got a javascript error back:
<tr id="row1" onClick="RowSelection('row1',this,self.event.ctrlKey,self.event.shiftKey);self.event.cancelBubble=true;">
apparently, Netscape doesn't handle the "self.event" command very well, so I got "self.event" has no properties
Is there a way to correct this?
PS
works fine on IE 5+
Thanks,
Ron