Subject:hiding and showing the table in html through xslt Author:stieve s Date:15 Mar 2007 03:01 AM
i am trying to launch the html screen in that i have got hte code snippet that is inserted in the table. i want to expand or collapse the table using some link ,i am usng java script for that on in xslt but it is not working out cna any one solve my problem?
i have inserted the table betwen <div> tags and used one anchor before the table...
can u please tell me other alternative if not theis work out?
-------------------
code is here ..
<a href="javascript:showhide('<generated id>');">[click here to show /
hide]</a>
<div id="<generated id>" style="display:none">
<table width="100%" align="center" name ="CodeSnippet" border="2" bgcolor="white">