snake.logan
Neues Mitglied
Hallo,
ich brauche den code für refresh seite aktualisieren in js.
ich brauche den code für refresh seite aktualisieren in js.
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<script>
function Refresh()
{
document.refresh();
}
</script>
Gibt es auch sowas wie:
Code:<script> function Refresh() { document.refresh(); } </script>
function refresh()
{
window.location.reload();
}