JavaScript: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | 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();