User Profile
Collapse
-
Aha! OK, will do.... -
I get it on the following line:
btnPreview.Attr ibutes.Add("OnC lick", "DoPreview( )");Leave a comment:
-
Getting "Microsoft JScript runtime error: Object expected"
have the following code on a page:
...Code:protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { Page.ClientScript.RegisterStartupScript(this.GetType(), "DoPreview", "<script language=javascript>\r\n" + "<!-- \r\n" + "function DoPreview()\r\n" + "{\r\n" + "debugger;\r\n"
No activity results to display
Show More
Leave a comment: