hi everyone... it's been a long while since i've been by here... i've a slight problem with a page i'm working on and not sure exactly where to post... the problem stems from IE and MOZ having different namings for the document internals... for example,in a javascript,
var former = document.forms.quiz;
accesses the elements of a form named "quiz" like "former.q5[0].checked"... this works in IE but fails in MOZ...
basically, i'm down to needing some basic browser detection and then being able to assign the vars based on the browser and hopefully everything will fall neatly into place... the problem is that i don't know what the different browsers use for their internal document structure namings... that and i can't locate my browser detection stuffs :(