Skip to content

Commit 4ce34e8

Browse files
committed
Demo - Button click navigates to same page
1 parent 398563a commit 4ce34e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

demo/threebuttons.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<body>
1010
<h1>Hover button for tooltip</h1>
1111
<br/>
12-
<button title="Button One">Button #1</button>
13-
<button title="Button Two">Button #2</button>
14-
<button title="Button Three">Button #3</button>
12+
<button title="Button One" onclick="location.href='threebuttons.html';">Button #1</button>
13+
<button title="Button Two" onclick="location.href='threebuttons.html';">Button #2</button>
14+
<button title="Button Three" onclick="location.href='threebuttons.html';">Button #3</button>
1515
</body>
1616
</html>

0 commit comments

Comments
 (0)