about 9 years ago
Redirecting a web page will occur in the header part of the page. In JQuery the page redirect have a code and it will go like this below
// similar behavior as clicking on a link window.location.href = "http://findnerd.com";
As soon this script code will execute the page will redirect to findnerd.com
Similarly there is also code for history go back
window.history.go(-1)
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)