On Mon, Jan 07, 2002 at 08:59:04PM -0500, Derek D. Martin wrote: > > > Mike L, if you have tricks for figuring out WHICH mozilla window the > > > page will pop up in, I'd like to see that. > > Yeah, that'd do it, but I'd rather just leave one up and have it use > the same one all the time. No need to ENCOURAGE mozilla to leak > memory... ;-)
Can't you specify a target window name for the new link to open in? I know that when you're writing HTML, you can do something like: <A HREF="somepage.html" TARGET="windowname"> and if you put TARGET="windowname" for all your links, the links will always open in the same window. Perhaps you can specify a TARGET from the Mozilla command line?