后台用js动态生成img,其onclick方法能否调用前台写好的js脚本方法,目的是点击图片弹出一个js写好的页面
前台的js函数functionalertWin(title,msg,w,h){...此处为内容...}后台信息Literalltl=newLiteral();ltl.Te...
前台的js函数 function alertWin(title, msg, w, h) {...此处为内容...}
后台信息
Literal ltl = new Literal();
ltl.Text = "";
string mediaPath = dr["PhotoUrl"].ToString();
mediaPath = ResolveUrl("~/") + "images/" + dr["PhotoUrl"].ToString();
ltl.Text = "<a class=date href=\"javascript:void(0);\"><IMG onclick=\"ShowPhotos(this, '" + nextDate.ToShortDateString() + "');\"class=\"Thumb\" src=" + mediaPath + " width=\"82\" height=\"80\" /></A>"; 能修改onclick调用js脚本函数吗?求各位帮帮忙,对js了解甚少 展开
后台信息
Literal ltl = new Literal();
ltl.Text = "";
string mediaPath = dr["PhotoUrl"].ToString();
mediaPath = ResolveUrl("~/") + "images/" + dr["PhotoUrl"].ToString();
ltl.Text = "<a class=date href=\"javascript:void(0);\"><IMG onclick=\"ShowPhotos(this, '" + nextDate.ToShortDateString() + "');\"class=\"Thumb\" src=" + mediaPath + " width=\"82\" height=\"80\" /></A>"; 能修改onclick调用js脚本函数吗?求各位帮帮忙,对js了解甚少 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询