You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
512 B

window = domino.createWindow(GoHtmlSrc, GoHref);
document = window.document;
location = window.location;
try {
var govueId = GetGoVueId();
LoadGoParam();
var goVueIgnore = new GoVueIgnore();
goVueIgnore.ignore();
RunInlineCode();
GoUseCall({
id: govueId,
path: GoPath,
query: jQuery.deparam(GoQuery)
});
goVueIgnore.restore()
} catch (e) {
console.log("VM Uncaught:", e);
}
// console.log(document.innerHTML);
GoReturn(document.innerHTML);