R
rusty
I run a website with most pages built on a template with nav bar etc.
On one of my template pages (call it "A"), I have links to diagrams that
open in js-defined "popup" type windows (call it "B"). At the bottom of the
diagram is an option to click on a link for a 'text version' of the diagram.
I did manage to get the popup to close by embedding [
onclick="self.close()" ] in the anchor tag.
However the text version opens a new window in the template series (call it
"C"), so both "A" and "C" are now open.
Is there any JS code I can implement to force the text-version to open in
the template window ("A") that is already open (ie, the parent of the popup
window) ...?
thanks for any pointers ...
rusty
On one of my template pages (call it "A"), I have links to diagrams that
open in js-defined "popup" type windows (call it "B"). At the bottom of the
diagram is an option to click on a link for a 'text version' of the diagram.
I did manage to get the popup to close by embedding [
onclick="self.close()" ] in the anchor tag.
However the text version opens a new window in the template series (call it
"C"), so both "A" and "C" are now open.
Is there any JS code I can implement to force the text-version to open in
the template window ("A") that is already open (ie, the parent of the popup
window) ...?
thanks for any pointers ...
rusty