Heim >Web-Frontend >HTML-Tutorial >html拼接问题_html/css_WEB-ITnose
不太懂web开发,但是要修改一些asp的东西,在拼html的时候老是出错,有时“有时'有时+有时&,擦都晕了,我知道主要原因是我对这方面不太了解,但是html和javascript的写法太“宽松”或者说太不严谨了,不像C#。
有一个语句拼不好,救急:
一个在动态输出查询结果的语句,rs是结果集
Response.Write"<table align=center bgcolor='#666666' border=0 cellpadding=1 cellspacing=0 ><tbody><td><a href='a.asp?id="&rs("id")&"' target='_blank'><img src="&rs("id")&" border='0' style="max-width:90%"&rs("img")&" alt="html拼接问题_html/css_WEB-ITnose" >) onmouseout=showBigImg() ></a></td></tbody></table><br><a href='a.asp?id="&rs("id")&"' target='_blank'>"&rs("name")&"</a></td>"
onmouseover=showBigImg(<img src="&rs("img")&" alt="html拼接问题_html/css_WEB-ITnose" >) onmouseout=showBigImg()
Response.Write"<table align=center bgcolor=\"#666666\" border=0 cellpadding=1 cellspacing=0 ><tbody><td><a href=\"a.asp?id=\"&rs(\"id\")&\"\" target=\"_blank\"><img src=\"&rs(\"id\")&\" border=\"0\" style="max-width:90%"&rs(\"img\")&\" alt="html拼接问题_html/css_WEB-ITnose" >) onmouseout=showBigImg() ></a></td></tbody></table><br><a href=\"a.asp?id=\"&rs(\"id\")&\"\" target=\"blank\">\"&rs(\"name\")&\"</a></td>";
可以定义个变量去接收字符串。。然后把这个变量输出来。。看看什么地方有问题
dim a=rs("id");dim b=rs("img");dim c=rs("name");Response.Write "<table align=center bgcolor='#666666' border=0 cellpadding=1 cellspacing=0 ><tbody><td><a href='a.asp?id="+a+"'target='_blank'><img src='' border='0' style="max-width:90%"+b+"' alt="html拼接问题_html/css_WEB-ITnose" >) onmouseout=showBigImg() ></a></td></tbody></table><br><a href='a.asp?id="+a+"' target='blank'>"+c+"</a></td>";
vbscript 的连接是&
比如
response.write("