Oops, the URL is :
(http://developer.netscape.com/docs/manuals/communicator/jsref/index.htm)

> -----Original Message-----
> From: Mathew, Aby 
> Sent: Friday, June 18, 1999 10:04 AM
> To:   '[EMAIL PROTECTED]';
> '[EMAIL PROTECTED]'
> Subject:      RE: [ND] Javascript problem with Netscape
> 
> Hetal,
> 
> Going by Netscapes documentation on Javascript
> (http://developer.netscape.com/docs/communicator/jsref/index.htm), I think
> the doubleClick event is captured only by the 'document' object. So my
> guess is that if you write a function myDblClickHandler() that checks for 
> event.target = document.pgTest.listBox 
> and then does
> document.pgTest.elements[1].click()
> and inside the <BODY ..> tag put "onDblClick=myDblClickHandler()" that
> should work.
> 
> By putting an Alert(..) you can verify that the dblClick event is not
> being captured for the listbox.
> 
> Aby
> 
> 
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to