View Single Post
Old 03-05-2003, 11:54 PM   PM User | #3
beetle
Senior Coder

 
Join Date: Aug 2002
Posts: 3,467
Thanks: 0
Thanked 0 Times in 0 Posts
beetle has a little shameless behaviour in the past
Uhh, it uses innerHTML, so any browser that supports that should be able to handle the rest of it.

Wait, I explicitly use getElementById which rules out IE4, which does support innerHTML. Easy to add in IE4 support if you want it.

Edit: IE4 support added
__________________
My Site | fValidate | My Brainbench | MSDN | Gecko | xBrowser DOM | PHP | Ars | PVP
“Minds are like parachutes. They don't work unless they are open”
“Maturity is simply knowing when to not be immature”

Last edited by beetle; 03-06-2003 at 12:07 AM..
beetle is offline   Reply With Quote