avatar
navigate to page Javascript

> Use window.open:

window.open('/millionaire', '_self');

> Or use window.location.href:

window.location.href = '/millionaire';
You need to login to do this manipulation!