[Javascript] (no subject)

Okello Ojara Ojara at rpmtec.com
Thu Nov 22 20:43:17 CST 2001


Hey Erwin

This problem error implies that you are attempting to invoke a function
directly on an object that is referenced from another frame.

consider the following.
frame1:
var obj = new Object

obj.init()<-- is a valid function in frame1


frame2:
var objfreedscript = getObjfromframe1(obj){

objfreedscrip.init() <--this call most likely the cause of the error you
saw.

there are a number of ways to get around this

hope this is helpful
	
The most significant change in a person's life is a change of attitude.
Right attitudes produce right actions.
William J. Johnson





More information about the Javascript mailing list