hi there,
I need to be able to change stuff on my page very quickly. Right now I have 4 div's, each one with different info that i want to display, 3 of them have style="display:none" and one with style="display:block" (so only one is displayed on page load). I also have 4 radio buttons, each with an onclick="" ponting to a function that hides all divs and shows the one i want to display using:
theDIV1.style.display='none';
theDIV2.style.display='block';
Do you get the idea? This works great in IE but not in NS. any ideas on how I could fix that?
Thanks
________________________
JoelMac
I need to be able to change stuff on my page very quickly. Right now I have 4 div's, each one with different info that i want to display, 3 of them have style="display:none" and one with style="display:block" (so only one is displayed on page load). I also have 4 radio buttons, each with an onclick="" ponting to a function that hides all divs and shows the one i want to display using:
theDIV1.style.display='none';
theDIV2.style.display='block';
Do you get the idea? This works great in IE but not in NS. any ideas on how I could fix that?
Thanks
________________________
JoelMac