Complete example 1

Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
2025-11-13 10:11:06 +01:00
parent 47ad7243d1
commit b412f797e0
4 changed files with 33 additions and 4 deletions

View File

@@ -23,8 +23,8 @@
</p>
<h2>Opening a second page</h2>
<div class="buttons">
<button class="btn-1" onclick="window.location.href='example-second.html';">Open the second page using javascript</button>
<button class="btn-2"><a href="example-second.html" id="click-url" style="color:green;">Open the second page uring url</a></button>
<button class="btn-1" onclick="window.location.href='example-1-second.html';">Open the second page using javascript</button>
<button class="btn-2"><a href="example-1-second.html" id="click-url" style="color:green;">Open the second page uring url</a></button>
</div>
<h2>And some other buttons</h2>
<div class="buttons">