| Author: Shameer 08 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
Please give me a clear description.
|
| Author: Alwyn 11 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
it would work;
<tr id= "table-row"> <td> Hello World!!! </td> </tr>
<script language = "javascript> function hideShowTableRow() { document.all('').style.display = "block"; //this will show the table row document.all('').style.display = "none"; //this will hide the table row } </script>
call the above javascript function if u want to hide or show.
Thanks & Regards, Alwyn Duraisingh.M
|
| Author: vineeth kumar 12 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
make it clear
|
| Author: abdul rahim 16 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
every code can work in ie6.. i think the prob in u r code..check it
|