// The first time this gets called in a page, the location of the parent // should be passed in. This will be used as the target origin argument // for the postMessage call for all subsequent calls to postMsg(). function postMsg(message, newParentLocation) { if (newParentLocation) {
parentLocation = newParentLocation;
} elseif (parentLocation == "") { thrownew Error("Failed to pass in newParentLocation");
}
function finishTest() {
postMsg("done"); returnfalse;
}
Messung V0.5
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.0Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.