Re: [PHP] control browser with a href tag

2007-12-27 Thread Hiep Nguyen
Warren Vail [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] i have two pages: list.php and update.php list.php will have a hyper link that when click on, it will open a new window for user to update info. once user clicks update button on update.php page, i want to close

RE: [PHP] control browser with a href tag

2007-12-27 Thread Andrés Robinet
-Original Message- From: Hiep Nguyen [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 11:51 AM To: php-general@lists.php.net Subject: Re: [PHP] control browser with a href tag Warren Vail [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] i have two pages

Re: [PHP] control browser with a href tag

2007-12-27 Thread Daniel Brown
On Dec 27, 2007 9:50 AM, Hiep Nguyen [EMAIL PROTECTED] 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

RE: [PHP] control browser with a href tag

2007-12-19 Thread Richard Lynch
wrote: -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 18, 2007 11:57 PM To: Hiep Nguyen Cc: php-general@lists.php.net Subject: Re: [PHP] control browser with a href tag On Tue, December 18, 2007 12:23 pm, Hiep Nguyen wrote: hi friends

Re: [PHP] control browser with a href tag

2007-12-19 Thread Tom Friedhof
You're definitely going to be using javascript to handle this. The functionality that you are trying to create is a Modal window ( http://en.wikipedia.org/wiki/Modal_window). I create this same type of functionality using jQuery (http://jquery.com/) and Thickbox (

RE: [PHP] control browser with a href tag

2007-12-18 Thread Jay Blanchard
[snip] i have two pages: list.php and update.php list.php will have a hyper link that when click on, it will open a new window for user to update info. once user clicks update button on update.php page, i want to close update.php and return to list.php. however if user doesn't click update

Re: [PHP] control browser with a href tag

2007-12-18 Thread Wolf
From a UI standpoint, this would be a reason why I would visit your site once then never again. If you don't want them to touch a page, make the current browser window change. And what you are looking to do uses javascript Wolf Hiep Nguyen wrote: hi friends, i have two pages: list.php and

RE: [PHP] control browser with a href tag

2007-12-18 Thread Warren Vail
i have two pages: list.php and update.php list.php will have a hyper link that when click on, it will open a new window for user to update info. once user clicks update button on update.php page, i want to close update.php and return to list.php. however if user doesn't click update

Re: [PHP] control browser with a href tag

2007-12-18 Thread Richard Lynch
On Tue, December 18, 2007 12:23 pm, Hiep Nguyen wrote: hi friends, i have two pages: list.php and update.php list.php will have a hyper link that when click on, it will open a new window for user to update info. once user clicks update button on update.php page, i want to close

RE: [PHP] control browser with a href tag

2007-12-18 Thread Andrés Robinet
-Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 18, 2007 11:57 PM To: Hiep Nguyen Cc: php-general@lists.php.net Subject: Re: [PHP] control browser with a href tag On Tue, December 18, 2007 12:23 pm, Hiep Nguyen wrote: hi friends