What is the actual error though? Double click on the question mark.
That would be very helpful.
Thursday, August 15, 2002, 9:41:15 AM, you wrote:
JM> ----code-----
JM> function writeNewData(){
JM> // assign long reference to shorter var name
JM> var delay = 1400, blinks = 3;
JM> var theTable = parent.f_userView.myTable
So this function is running in the frame, right?
Does the theTable object return the object correctly?
Do an alert(theTable), you should get [object].
<snip/>
JM> It works fine within a single document window,
This makes me suspect that one of your object references isn't working
correctly from the frame. Generally I've had better luck passing the
data in the frame back to a function in the parent document that gets
the object references. No need to worry about the different document
objects.
Just on a hunch try this instead of the above line. Might work...This
is IE only right?
var theTable = parent.document.all.f_userView.myTable;
--
jon
mailto:[EMAIL PROTECTED]
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists