using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Windows.Browser; //引入此命名空间  protected void btnOK_Click(object sender, EventArgs e)
    {    ScriptObject hello = HtmlPage.Window.GetProperty("Hello") as ScriptObject; hello.InvokeSelf(this.input.Text);
    }
请高手指教。引入的空间错误。导致我的ScriptObject 不可用,怎么解决。望高手指点迷津。