Re: Script yielding inconsistent results
Hi martix,
Good day!
I assumed that the iframed removed are only those that belong to the "odd" indeces. Iframe[0], iframe[2], iframe[4]...
I've observed this problem too when using the removeChild() property.
The best fix for this is to save all of the iframe in a different array, then call a function that will loop on that array and use removeChild() instead.
See if it helps. If you're still stumped, get back to us.