<script> $(function(){ $('body').click(function(){ $(location).href("http://www.google.com"); }); }); <script>