-
Junior Member
Re: div tag problem...
i had the same situation, ie to hide the details by clicking on the image......for that i have used the table which has the details.......
function showHide(id)
{
obj=document.getElementById(id);
obj.style.display="none";
}
is the javascript code.
![]()
and it worked for fine for me......so try this......
hope this would be useful for u....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules