Hi to all!!
I'm looking for a solution that i 've came across.
I'm trying to delete a node after an iframe has been created dynamically with the createElement function.
First of all i write in the html document a picture with the message of "loading" and then i create my iframe element and so i can add its attributes.
Once all had been created i append the element to the div where it has to be aligned. Now i use a function of the iframe to call another function where i delete the node of the message "loading".
Here is the code:
All of this code works fine in firefox but
testing it on ie doesn't.
I don't know what else could i use to make it work, could someone give me an advice??
Thanks