View Single Post
  #6 (permalink)  
Old 09-27-06, 07:02 AM
zoliky's Avatar
zoliky zoliky is offline
Aspiring Coder
 
Join Date: Jun 2006
Posts: 537
Thanks: 0
Thanked 0 Times in 0 Posts
Yes, I receive this error

Code:
Error: XML descendants internal method called on incompatible HTMLDocument
with following JS code:

Code:
  	attach = new Array();
  	attach[0] = "window.opener.document.foo.attach1.value";
	attach[1] = "window.opener.document.foo.attach2.value";
	
 	for(var i=0; i<3; i++)
 	{
  		eval(attach[i]+" = "+document..filesform.userFile[i].value);
	}
Reply With Quote