window.onload = initFrame;

function initFrame() {   

document.getElementById("app").src = "test.xml"+location.search;

}
