Thursday, 1 March 2012

text

<html>
<body>
<p id="d1">This text in dhtml</p>
<input type="button" value="Hide text" onclick="document.getElementById('d1').style.visibility='hidden'" />
<input type="button" value="Show text" onclick="document.getElementById('d1').style.visibility='visible'" />
</body>
</html>

No comments:

Post a Comment