Click to See Complete Forum and Search --> : more netscape probs!


Matty
05-22-2003, 02:28 AM
I've got a form, which i need to use some dhtml on to display a certain list of options according to which radio button is selected.
works fine in IE, but i can't get it working in NS. i've tried using <div> instead of <span>, and vice-versa, i've got innerHTML in use, but it doesn't work.
page is http://www.citybloc.com/property_search.php.
if anyone can throw any light on my options - even if just to say "it won't work in NS at all", then i'd be grateful, as there are easy ways round it, but they involve having another page for people to select those options - ok, but not as neat!

Vladdy
05-22-2003, 06:00 AM
The scripting methods you use are last century. It won't work in NS, Moz (and any other compliant browser for that matter).

Matty
05-22-2003, 06:05 AM
thanks for that, don't suppose you could point me in the direction of some tutorial or something where i can "update" my basic javascript knowledge, and write this in a more "here and now" fashion?

Vladdy
05-22-2003, 08:00 AM
It's not about javascript knowledge but methods you use to access document components.
Start here: http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/
Then see this: http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/