/**
* The three iframes are going to be loaded with some dirty constructed forms.
* Each of them will be submitted before the load event and a SJS will replace
* the frame content with the query string.
* Then, on the load event, our test file will check the content of each iframes
* and check if the query string were correctly formatted (implying that all
* iframes were correctly submitted.
*/
function checkQueryString(frame) { var queryString = frame.document.body.textContent;
is(queryString.split("&").sort().join("&"), "a=aval&b=bval&c=cval&d=dval", "Not all form fields were properly submitted.");
}
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.