1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
<div class="leave"><a href="Javascript:;" onClick="Redirect('http://www.google.com')">Leave to Google</a></div> <div class="leave"><a href="Javascript:;" onClick="Redirect('http://www.yahoo.com')">Leave to Yahoo</a></div> <script language="JavaScript"> <!-- function Redirect(myLocation) { // var where = "colorbox_autofire.html"; // window.location=where; // myLocation is a variable that now has the link that was clicked. alert(myLocation); window.location = myLocation; } //--> </script>