JavaScript: Difference between revisions
Jump to navigation
Jump to search
(Created page with " == Funktionen == function test() { }") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
== Funktionen == | == Funktionen == | ||
<button onclick="test()">Klick hier</button> | |||
Line 9: | Line 11: | ||
} | } | ||
== Page Reload == | |||
window.location.reload(); |
Latest revision as of 14:31, 17 May 2023
Funktionen
<button onclick="test()">Klick hier</button>
function test() {
}
Page Reload
window.location.reload();