תשנה את הפרמטר שנתתי ב-onclick למה שאתה רוצה:
HTML קוד:
<html>
<head>
<title>Warning!</title>
</head>
<script>
function go_to(elad) {
window.location=elad;
}
</script>
<body>
<a href="#" onclick='go_to("http://sex4free.co.il");'>I Agree</a>
<a href="#" onclick='go_to("http://google.co.il");'>I Not Agree</a>
</body>
</html>