View Single Post
Old 08-26-2008, 09:48 AM   PM User | #5
tosbourn
Regular Coder

 
Join Date: Aug 2008
Location: Northern Ireland
Posts: 167
Thanks: 12
Thanked 6 Times in 6 Posts
tosbourn is on a distinguished road
EDIT:

I have since changed the code to...

Code:
		...

			//innerHTML fix

			var newdiv = document.createElement("div");
			newdiv.innerHTML = "";
			$("attentionContents").appendChild(newdiv);
			$("attentionActions").appendChild(newdiv);

			//$("attentionContents").innerHTML = "";
			//$("attentionActions" ).innerHTML = "";

			$("attention").style.display="none";
		}
It hasn't fixed anything, but hasn't broken anything either.
tosbourn is offline   Reply With Quote