javascript

Navigate to Page with parameters

Navigate to Page with parameters

window.location.href = "/pagename/" + parameter;
Was this helpful?