Subject Re: [firebird-php] Pop-up's
Author Lester Caine
> You can do this with JavaScript (here's me again ;)
> It works with IE and Mozilla, others might have issues.

No problem there ;)

> Your base form must be inside one frame of the frameset (otherwise just
> forget it). Let's say that frame is named: "rightFrame". Now, you can
> open new pop-up window (either with JS window.open() function, or
> clicking on link with TARGET=_blank). From that new window, you can
> access all elements of the base document like this:
>
> top.rightFrame.document.myForm.someElement.value = ...;

That was the kick I needed. I've been looking at
window.open, but not thinking about the frames bit :)

The setup is nicely 'framed' already.

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services