I've looked around for ways to use show and hide div tags, but I can't seem to get it to work. I'm posting the script I have that doesn't use javascript. I've also tried using javascript (document.getPropertyById('id').style.display = 'none'), also to no avail.
Can anyone see what I'm missing?
Here's a link to the page http://www.damianfiles.com/testingdiv.asp. I'm expecting the text box to not be there when the page loads, but then to show up when I click the top radio button, and then disappear when I click the bottom one.
For answers, please be as explicit as possible. Thanks!
I think the problem lies in the content of the DIV. The browser doen't seem to like having a table row inside it. However, if you put a whole table inside, you can do it.
Bookmarks