[thelist] Window targeting problem

Aylard James J jaylard at equilon.com
Mon, 17 Jan 2000 18:04:54 -0600


Jay,

> [Jay]:
> I think you missed the point of my request. I needed to *repeatedly*
target
> that now-opened window with results from submitting the form over and over
> and over again. Keith is stating that the server processes the form, then
> hands it back to the client, which opens a new window, rather than handing
> the result back to the new window *if it exists*!

	Well, my main intent was to clarify that the onsubmit method *can*
be used to open a new window as the target of a form. But in fact, the
pop-up window should handle any repeated form submissions that you throw at
it; if it's already open, your form will send its stuff to that already open
pop-up. The only problem that I've seen is that IE will not automatically
put the focus back on that window when you write new stuff to it, although
there are one or two simple techniques to work around that (such as
including onload="self.focus();" in the body tag of your form-results
document). If I'm still not getting what you're trying to do, feel free to
clarify.

hth,
James Aylard
Equilon Enterprises LLC
jaylard@equilon.com