|
This is an example of text between hidden and then shown.
<form action="dom_hide.html" method="post">
<p id="value">
This is the text which should be shown and then hidden.
</p>
<center><input onclick="return hide("value", false)" title="Hide" type="button" value="Hide"/><input onclick="return hide("value", true)" title="Show" type="button" value="Show"/>
</center>
<br/>
</form>
|
||