I try to write this windows.location = link but it`s not working I like to redirect link to link using JS any help? with best regards
Did you put it between the script tag? Like this: <script type="text/javascript"> window.location = "http://www.google.com/" </script> Code (markup):