mlavta1
Oct 22nd 2008, 12:34 pm
I have a code which make input visible...
<span onClick="document.getElementById('test').style.display = 'block';">show div</span>
<div style="display:none;" id="test" name="test">
<textarea name="p_description" id="p_description" cols="45" rows="5"></textarea>
</div>
But it doesn't work, if I insert in div, one table and text.
What must I do to make visible hole table with content.
Thanks
<span onClick="document.getElementById('test').style.display = 'block';">show div</span>
<div style="display:none;" id="test" name="test">
<textarea name="p_description" id="p_description" cols="45" rows="5"></textarea>
</div>
But it doesn't work, if I insert in div, one table and text.
What must I do to make visible hole table with content.
Thanks