2017-02-06 14 views

答えて

0
window.location = history.go(-1); 

が間違っているすべてのあなたの助けを

if (!filter_var($mail, FILTER_VALIDATE_EMAIL)) { 
$message = "Email format not true"; 
echo "<script type='text/javascript'>alert('$message');window.location = history.go(-1); </script>"; 
} 

おかげで私のコードです。次のようになります。

window.history.go(-1); 
+0

ありがとう –

関連する問題