Hi Jackie, hi Kenneth,
thanks for making a good start in the week.
I'm opening the PHP macro from the task bar as a new window.
Both versions
opener.parent.parent.mapFrame.DigitizePoint(OnPointDigitized, abc);
and
...
function DigitizePoint(m) {
var seite = GetMapFrame();
...
Try using firebug and set a breakpoint, you can then examine the
variables, and see what they are.
For this example your code resides in the current page, so I don't
understand why you call opener.mapFrame to activate the function.
Next up, when you call parent.parent.mapFrame, you do so from a
Hello,
my task: I'am trying to pickup a point coordinate when the user clics on
the map to center the map on this point with a new scale.
It runs fine when I do this from the task pane. Here a code snippet:
function DigitizePoint(m) {
if (m==) {