story = new XML();story.ignoreWhite = true;story.load("webjx.htm");//载入htmstory.onLoad = function () { alink.htmlText = story;//alink为动态文本框}