you can take a look at this link where I exposer my probem.
http://bytes.com/topic/javascript/an...ild-method-ie6.
Finally I have find a solution. But it's amazing to predict such behavior on the part of ie6.
User Profile
Collapse
-
-
how to attach an element to a node without using the appendChild method
Hello Everybody
I would like to know how can I attach a node to another node on the DOM without using the appendChild Method.
I used It but with ie6 I have a sérious problem.
Thank you in advance -
thank you for your intrest.
If you would like to test, you can download IETester, it is a free application allowing developpers to test their code with all IE version.
You can find it in : http://ietester.softonic.fr/telechargerLeave a comment:
-
I have tried this alternative:
var pic = document.ceateE lement("IMG");
I still have the same error.
I don't understand what wrong when using appendChild with ie6 !!!!
I don't have any error with ie8 !!!!Leave a comment:
-
I'm sure that the cause of my error is the appendChild method. [ I tried not to use it, I don't have an error message]
The messag of error is : Invalid Argument.Leave a comment:
-
Error when using the appendChild method with IE6
Hello EveryOne,
I have a problem with ie6 when using the appendChild method.
I have tested my code on ie8, FireFox and chrome and I don't have any problem.
I give you the code:
...Code:pic = new Image(); pic.id = "img_thumb_"+id; //pic.name = "img_thumb_"+id; pic.src = "get_mini_image.php?archId="+id; pic.style.display = "block"; pic.style.position
No activity results to display
Show More
Leave a comment: