Search
 
SCRIPT & CODE EXAMPLE
 

HTML

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
Html :: how to create comments in html5 
Html :: css title and label aligned alongside image 
Html :: html how to insert image 
Html :: como tirar a sublinhado da tag a 
Html :: how to add two radio button in html 
Html :: phone fa 
Html :: how to fix navbar in bootstrap 
Html :: dot icon in html 
Html :: html bold text 
Html :: bootstrap display block 
Html :: css change color on hover 
Html :: html table two headers 
Html :: iframe youtube not working 
Html :: gap between grid layout bootstrap 
Html :: javascript on lose focus 
Html :: v-select key 
Html :: add favorite icon to website html 
Html :: basic video player html 
Html :: html signature 
Html :: html syntax for contact form 
Html :: input type button 
Html :: tailwind border width 
Html :: show scrollbar only when scrolling 
Html :: email 
Html :: html quotation 
Html :: html practice exercises 
Html :: nested select option in html 
Html :: html css javascript free online course 
Html :: how to italicize in html 
Html :: how to add preloader in html page 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =