Close
jGuru Forums
Posted By: kums_sk Posted On: Wednesday, June 26, 2002 07:15 AM
I am having datas formatted within the TABLE tag in html.I want to hide this table using javascript for some condition.And display the same for some other condition.How to do this
Re: How to change the visibility of the content in html using javascript
Posted By: Christopher_Koenigsberg Posted On: Wednesday, June 26, 2002 01:25 PM
Put the table inside a "div" so you can show and hide the div as you wish.