<html>
<head>
<title>Abakada DHTML Demo: innerHTML Property</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada DHTML Demo: innerHTML Property</h2></div>
<hr size=1 width=92%>
<center>
<h5>This example uses inline event handlers to set an element's <b>innerHTML</b> property.</h5>
<p id="msg"
onclick="this.innerHTML='<i>Double click to reset.</i>'"
ondblclick="this.innerHTML='Click me to change again.'">
Click me to change my <b>innerHTML</b>.
</p>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>