Answers for "window localtion javascript"

1

window localtion javascript

//window.location.href example:
window.location.href = 'http://www.google.com'; //Will take you to Google.

//window.open() example:
window.open('http://www.google.com'); //This will open Google in a new window.
Posted by: Guest on March-28-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language