View Single Post
ישן 03-06-12, 17:31   # 5
bimbim
חבר על
 
מיני פרופיל
תאריך הצטרפות: Feb 2007
הודעות: 857

bimbim לא מחובר  

אני אקצר:
PHP קוד:
<script type="text/javascript">
var 
Answer = window.confirm("בכדי להמשיך לחץ אישור");
if (!
Answer) 
    
window.location = "somePage.asp";
</script> 
  Reply With Quote