Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

onclick to next page in html

<!DOCTYPE html>
<html>

	<body>
    
    	<script>
        
        	document.onclick = function(){
            	window.location.href = 'your link here';
            }

        </script>
        
    </body>
    
</html>
Comment

PREVIOUS NEXT
Code Example
Javascript :: send xmlhttprequest with axios 
Javascript :: Javascript push a key value pair into a nested object array 
Javascript :: reactjs limit text display 20 200 characters 
Javascript :: get pods running on a node 
Javascript :: generate random color javascript 
Javascript :: JavaScript - The first word of a string 
Javascript :: generate 50 random numbers between 1 and 500 in javascript 
Javascript :: javascript delete first character in string 
Javascript :: infinite loop in programming 
Javascript :: clear arrays in jquery 
Javascript :: jquery alert with yes no 
Javascript :: how to set/get cookie in JavaScript 
Javascript :: select html react 
Javascript :: how to divide equal 3 parts of an array javascript 
Javascript :: print hello world in javascript 
Javascript :: jquery refresh image without refreshing page 
Javascript :: get data from csv using vue js 
Javascript :: Use History React Router v6 app 
Javascript :: invalid time value react datepicker 
Javascript :: how to change the tab text in React 
Javascript :: joi schema for confirm password 
Javascript :: jquery download image from url 
Javascript :: next js script tag 
Javascript :: express get client ip 
Javascript :: string methods javascript count number of words inside a string 
Javascript :: How to install react native hooks with npm 
Javascript :: properly import mat icon angular 10 
Javascript :: object values javascript 
Javascript :: content editable vuejs 
Javascript :: define array with custom index javascript 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =