Ben sitemde bir işaret sayfa var. Bilgilerinizi girdikten sonra, site kullanıcıyı doğrulamak için bir e-posta gönderir. Bu e-posta link:
I wonder how I can target the previously opened window to my site? (Which would currently say: Thank You for signing up, please check your email for a validation token)
Sitenin vücut etiketi yerleştirilir:
<body onload="window.name='thesite';">
Content-type ile PHP'nin mail () işlevini kullanarak e-posta a target = "thesite" ile bir <a>
etiketi göndermek için denedim: text / html, ama hedef almayacağız.
<body><html>
<a href="http://www.demo.com/index.php?token=123456789" target="thesite">Verify</a>
</body></html>
It would gibi görünüyor, ama sadece yeni bir pencere açar.