So leiten Sie den Benutzer mit JavaScript zu einer bestimmten URL um.

const redirect = url => location.href = url

/* call redirect (url) whenever you want to redirect the user to a specific url */
Combative Centipede