madolia
01-03-2007, 06:02 AM
I have a main page lets say called main.php. In there I have a text box called manager. Next to it, I have a link where when clicked it opens a popup box.
This popup box has two frames, top and bottom. The top one prompts the user to search for manager name. The bottom section lists down all managers. After selecting the required manager in the bottom section using radio button, there is an update button where when clicked, the record should be updated in the textbox in main.php.
I got all to work except for the part where I cannot update the selected record back to the main page. Can someone help me?
This popup box has two frames, top and bottom. The top one prompts the user to search for manager name. The bottom section lists down all managers. After selecting the required manager in the bottom section using radio button, there is an update button where when clicked, the record should be updated in the textbox in main.php.
I got all to work except for the part where I cannot update the selected record back to the main page. Can someone help me?