Answers for "go to different web page js"

50

go to another page javascript

window.location.href = "http://mywebsite.com/home.html";
Posted by: Guest on July-18-2019
0

how to use other page data to new page in jS

function testJS()
{

var b = document.getElementById('name').value

document.getElementById('here').innerHTML = b;

}
Posted by: Guest on March-27-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language