PHP interesse |
|
<script language=\"javascript\">
var accept = confirm(\"$show->name ($show->email) has added you to his/her buddy list\");
if (accept == true){
window.location=\"addcontact.php?accept=1&email=\" + $show->email;
}else{
}
</script>
<script language=\"javascript\"> var accept = confirm(\"$show->name ($show->email) has added you to his/her buddy list\"); if (accept == true){ window.location=\"addcontact.php?accept=1&email=\" + $show->email; }else{ } </script>
op deze manier geeft hij de confirm melding niet..
maar als ik window.location weghaal wel...
iemand idee hoe ik het toch kan laten werken?
|