go to page jquery
<!DOCTYPE html> <html> <head> <script> function goToURL() { location.href = 'http://google.it'; } </script> </head> <body> <a href="javascript:void(0)" onclick="goToURL(); return false;">Go To URL</a> </body> </html>
go to page jquery
<!DOCTYPE html> <html> <head> <script> function goToURL() { location.href = 'http://google.it'; } </script> </head> <body> <a href="javascript:void(0)" onclick="goToURL(); return false;">Go To URL</a> </body> </html>
navigate to url jquery
//As an HTTP redirect (back button will not work ) window.location.replace("http://www.google.com"); //like if you click on a link (it will be saved in the session history, //so the back button will work as expected) window.location.href = "http://www.google.com";
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us