Redirect to another web page in Kotlin Web Front End development

438 Views Asked by At

I am trying to redirect to another web page in Kotlin for Web Front End development. I have wrote this code to achieve this:

window.location.href = "adduser1.html"

But if I write this code then, the code written after this line are not executing. Please help me regarding this issue.

Thanks in advance.

0

There are 0 best solutions below