jshl_wiz
05-26-2005, 08:52 PM
Is "getElementById()" compatible with all recent browsers? (IE6, NN6, FF 1, and blah blah blah)
|
||||
Quick YES/NO questionjshl_wiz 05-26-2005, 08:52 PM Is "getElementById()" compatible with all recent browsers? (IE6, NN6, FF 1, and blah blah blah) jshl_wiz 05-26-2005, 09:56 PM anybody? JamieR 05-26-2005, 10:17 PM Yes I believe it is, however I'm not sure. Your inpatience is frowned upon here at CodingForums. :( Basscyst 05-26-2005, 10:21 PM Yes. Basscyst jshl_wiz 05-26-2005, 10:28 PM Oh, my bad, i meant quick yes/no question as "quick" describing the question (the question is quick, not one of those long ones) i didn't mean in a commanding sense like "Quick!! yes/no question!!". Sorry if you miss understood me :( Kor 05-27-2005, 11:47 AM document.getElementById(id) is also accepted by IE5. The main old browsers which do not recognise it are IE4 (which uses document.all[id]) and NS4 (which uses document.layers[id]). |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum