benim başlık açık olmayabilir. Ama temelde ne yapmak istiyorum:
Benim php biçiminde bir bağlantı olacak
<a href="somepage.php" target=_blank>Update</a>
when the user clicks on the link, a new browser window opens and allows him to select some options. There will be close button in that window. When he clicks on that 'close' button, there is a post form from where the parent window should get the selected value. When I get that selected value from that child browser window, how I am going to refresh parent browser window to reflect what user has selected in child window?
Çevre: PHP
Herkes bana bir fikir verebilir misiniz?