Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

events in netscape

Status
Not open for further replies.

ronsig

Programmer
May 24, 2001
54
IL

Hi, All!

I've tried using the folowing in N6.2 and got a javascript error back:
<tr id=&quot;row1&quot; onClick=&quot;RowSelection('row1',this,self.event.ctrlKey,self.event.shiftKey);self.event.cancelBubble=true;&quot;>

apparently, Netscape doesn't handle the &quot;self.event&quot; command very well, so I got &quot;self.event&quot; has no properties

Is there a way to correct this?

PS
works fine on IE 5+

Thanks,
Ron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top