Home >Web Front-end >JS Tutorial >2 ways to open a new window with JS_javascript skills
1.HyperlinkWelcome
Equivalent to js code
window.location.href="http://www.jb51.net"; //Open the window in the same current window
2. HyperlinkWelcome
Equivalent to js code
window.open("http://www.jb51.net"); //Open the window in another new window