On Mon, 25 Nov 2002, Paul Makepeace wrote:

> PS Here's the actual scenario. User logs in and see a list of things.
>    This is what I'd like to be the "list" window, with a collection of
>    links to things to view, wrapped in <a target="view"...>. This will
>    pop up a "view" window. Now, in the view window there is a <form
>    target="list"...> which I'd like to have submit back to the original
>    "list" window - so you can see the workflow bounces between the two
>    (the user can deal with alt-tab'ing for now). The hard bit is,
>    without popping up a window, getting the browser to think the
>    original "list" window is named list. Right now, it doesn't and pops
>    a third window (whereupon the bouncing back and forth does now work,
>    but ignoring the original window).

no no bollocks etc etc. You have to use window.opener or something in 
JavaScript.

S.

-- 
Shevek
I am the Borg.

sub AUTOLOAD{my$i=$AUTOLOAD;my$x=shift;$i=~s/^.*://;print"$x\n";eval
qq{*$AUTOLOAD=sub{my\$x=shift;return unless \$x%$i;&{$x}(\$x);};};}

foreach my $i (3..65535) { &{'2'}($i); }


Reply via email to