Posted by Shelly on 10/16/07 17:56
"mbstevens" <NOXwebmasterx@xmbstevensx.com> wrote in message
news:13h9kcnad5qjk28@corp.supernews.com...
> coder wrote:
>> Say you have a window that spawns a second window (through
>> window.open() ).
>
> Yes, but it is seldom a good idea.
>
>> Is it possible to have a button click in the child window produce a
>> change in the parent window?
>
> Investigate the openRemote() function. Remote control windows are
> (unfortunately) quite common on the net.
>
When I changed the link to:
<a href="javascript:go('client.php?type=edit&id=16')" TestClient Five</a>
with
function go(url) {
opener.location = url;
}
in the script section, it worked like a cherm. Thank you very much.
[Back to original message]
|