07 2014 档案
摘要:图片资源出错时 使用 onerror="javascript:this.src='images/pro.gif'"
阅读全文
摘要:一.代码部分 public static void initJavascript() { HttpContext.Current.Response.Write(" "); HttpContext.Current.Response.Write("...
阅读全文
摘要:一.添加Newtonsoft.dll引用二.cs部分 Response.Cache.SetCacheability(HttpCacheability.NoCache); if (Request.QueryString["select"]!=null) ...
阅读全文
摘要:1.页面部分 用户名:2.编写javascript脚本部分3.ashx中代码 public void ProcessRequest(HttpContext context) { context.Response.ContentType ...
阅读全文
摘要:1.在src下的MainActivity.java中实例化WebView组件:WebView webView = new WebView(this);2.调用WebView的onCreate()方法,设置WevView要显示的网页: 网络地址:webView.loadUrl("http://www....
阅读全文