Re: control browser with <a href> tag

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux