Javascript function not working cross-browser?

SetAttribute is broken in IE unless you are using a very recent version in Standards Mode. It sets properties instead of attributes so it fails when the property doesn't have the same name as the attribute. Don't use it parentDiv.

ClassName = "ModelProgressDiv"; // etc.

SetAttribute is broken in IE unless you are using a very recent version in Standards Mode. It sets properties instead of attributes so it fails when the property doesn't have the same name as the attribute. Don't use it.ParentDiv.

ClassName = "ModelProgressDiv"; // etc.

I had already try with this but nt working – naval Sep 29 at 8:22 1 @naval - Get rid of setAttribute altogether, just set DOM properties directly. – RobG Sep 29 at 9:14.

Your code works fine on IE8: see this fiddle BTW, please check the in the function name createContorl but that would cause problem in all browsers. Perhaps, you should explain when you say "not working in IE".

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions