Answers for "goto link via javascript"

4

javascript got to url

window.location.href = "https://www.google.com"
Posted by: Guest on December-03-2020
0

open another page js

window.open('https://www.codexworld.com', '_blank');
Posted by: Guest on January-22-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language