Loading...
Tech Stunner

Click anywhere to get popup ad or link open HTML Javascript




1) Here u go guys just implement this code to any post for which you want it to happen that way I mean just after click anywhere inside body and receive saved link opened in your browser also you could advertise as well using code projected below.


<html>
<head>
    <title>Example</title>
</head>
<script type="text/javascript">

var popup = function() {

window.open ("http://example.com", "Window","status=1,toolbar=1");
    }

</script>
<body onclick="popup()">
    <h1>Click anywhere!</h1>
</body>
</html>


2) Replace this http://example.com with your actual page link in uploaded code.

3) Click here to see how does this works live.





Post a Comment

0 Comments