I don't know why the error occurs exactly, but why not add an object check, to be sure? :
 
if (is.ie) var e=dynobject.frame.event
 
becomes:
 
if (is.ie&&dynobject.frame) var e=dynobject.frame.event
 
I thought this had been corrected recently, but it seems not...
Richard.
 
 
----- Original Message -----
Sent: Tuesday, December 11, 2001 7:09 PM
Subject: [Dynapi-Help] dynobject.frame.event

in mouse.js, line 48:
var e=dynobject.frame.event
 
I get an error that dynobject.frame.event is null or not an object..
 
Unfortunatly, the last code added to the project was not mine, and I have no idea how this bug is being produced.
I am hoping someone has come across this before and may have some hints..
 
BTW: how many people actually read the help list?

Reply via email to