首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

<img src="ShowImg.asp?tp=<%="orgSeal%>&regId=<%=Sessio

2012-04-07 
img srcShowImg.asp?tp%orgSeal%®Id%Session(tmp_regId)%怎样写想显示图片,但有两个参数

<img src="ShowImg.asp?tp=<%="orgSeal%>&regId=<%=Session("tmp_regId")%>怎样写
想显示图片,但有两个参数,怎么办?

[解决办法]
<img src= "ShowImg.asp?tp= <%=orgSeal%> &regId= <%=Session( "tmp_regId ")%> " />

热点排行