| 发表于:2008-01-23 16:47:459楼 得分:0 |
string new_str=""; //获得新文件编号的超连接形式 new_str+=" <a href='#'"; new_str+=" onclick=\"window.open('view.jsp?id= <%=id%> ','title','width=572,height=422,"; new_str+="top=40,left=100,scrollbars=yes,toolbar=no,resizable=yes,menubar=yes')\"> "; new_str=new_str+(" <font color=\"#ff0000\"> "); new_str=new_str+wh_temp;//wh_temp连接 new_str=new_str+" </font> "; new_str=new_str+" </a> ";*/ 这是原码 其中 new_str+=" <a href='#'"; new_str+=" onclick=\"window.open('view.jsp?id= <%=id%> ','title','width=572,height=422,"; new_str+="top=40,left=100,scrollbars=yes,toolbar=no,resizable=yes,menubar=yes')\"> "; 总是转义弄不好,请大家帮忙。 | | |
|