PHP "başlığı (konum)"

0 Cevap php

Ben IFRAME içinde basit bir formu var. Kullanıcı tıklama GÖNDER zaman, benim sunucu üzerinde belirli bir sayfaya yönlendirir. Ben yönlendirme için kullanmak işlevi

 header ('Location: mypage2.html');
exit ();

But I want the new page to open in _top location, not inside the same IFRAME that I use. How can I tell the browser to open the new page in _top not inside the IFRAME? Thanks in advance.

0 Cevap