SyntaxFix
Write A Post
Hire A Developer
Questions
try to implement with javascript this:
<div id="mydiv" onclick="myhref('http://web.com');" >some stuff </div> <script type="text/javascript"> function myhref(web){ window.location.href = web;} </script>