Added more features to this example.

Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
2025-11-13 11:00:19 +01:00
parent b412f797e0
commit 2aa6db7423
4 changed files with 116 additions and 48 deletions

View File

@@ -19,6 +19,7 @@
<p>
<ul>
<li><a href="https://wikipedia.org">To Wikipedia</a></li>
<li id="folder">No folder</li>
</ul>
</p>
<h2>Opening a second page</h2>
@@ -34,7 +35,10 @@
<h2>Menu responses</h2>
<table>
<tr>
<td colspan="3" class="counter" id="div-counter">counter = 0</td>
<td colspan="3" class="counter">
<button id="start-stop-button">Start Counter</button>
<span class="counter" id="div-counter">counter = 0</span>
</td>
</tr>
<tr>
<td id="div-open">Open</td>