On Dec 27, 2007 9:50 AM, Hiep Nguyen <hnguyen@xxxxxxxxxxxxxxxx> wrote: > if user clicks on the hyperlink on list.php page, i want to open a new > windows for user to update info. once user clicks update on update.php > page, i want to close the update.php page automatically and refresh list.php > page. i think this is possible. can someone give me suggestions how to do > this? Yes. Ask on a JavaScript list. Anything like that is done on the client side (in the browser), which would be handled by JavaScript, VBScript, or something similar - not PHP. PHP only handles the server side of things, before the HTML (or other content) is even passed through Apache (or whatever HTTP server is running) to serve to the client. -- Daniel P. Brown [Phone Numbers Go Here!] [They're Hidden From View!] If at first you don't succeed, stick to what you know best so that you can make enough money to pay someone else to do it for you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php