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
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
2 matches
Mail list logo