Answers for "open new page javascript"

5

javascript open url

window.location.href = "http://example.com/";
Posted by: Guest on May-21-2020
0

open another page js

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

javascript open new window

<a onclick="window.open(document.URL, '_blank', 'location=yes,height=570,width=520,scrollbars=yes,status=yes');">
Open New Window
</a>
Posted by: Guest on February-13-2020

Code answers related to "open new page javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language