Re: [PHP] A Details Popup

2002-04-10 Thread Justin French
Try this code... this is the originating page, with a link for each person, which passes a user id to the function. The function opens a new window, with all sorts of chrome turned off or on (my defaults are pretty close to what you want) with the url details.php?id=. details.php can then use th

RE: [PHP] A Details Popup

2002-04-10 Thread Martin Towell
use javascript window.open() - call the window some unique name, that way it'll reuse the window if it's already open in the page for that window, use window.focus() to bring it to the front look at http://developer.netscape.com/ and hunt around for the javascript manual (I haven't been there for