View Single Post
ישן 05-11-08, 15:53   # 6
Shon12
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2007
הודעות: 354

Shon12 לא מחובר  

תשנה את הפרמטר שנתתי ב-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>
__________________
Projector Lamps
  Reply With Quote