ASP嵌套出错了,大侠支招啊!!
又要有劳各位了
我原想让2.asp和3.asp的内容显示在同一列,但不同一行的位置,源代码如下,可是出现的结果却是两者是同行不同列的,试了好多次还是一样,没办法只能向高手请教了,谢了!!!!
<table width= "600 " height= "550 " border= "1 " align= "center ">
<tr>
<td width= "259 " rowspan= "2 ">
<iframe src= "1.asp " align= "left " frameborder= "0 " hspace= "0 " scrolling= "auto " width= "300 " height= "540 "> </iframe>
</td>
<td width= "331 " height= "200 ">
<iframe src= "2.asp " align= "left " frameborder= "0 " hspace= "0 " scrolling= "auto " width= "330 " height= "200 "> </iframe>
</td>
</tr>
<tr>
<td width= "331 " hteight= "340 ">
<iframe src= "3.asp " align= "left " frameborder= "0 " hspace= "0 " scrolling= "auto " width= "330 " height= "200 "> </iframe>
</td>
</tr>
</table>
------解决方案--------------------2,3是在第二列不同行阿,1.asp在第一列跨两行.
------解决方案--------------------你试下这个看看~!
<table width= "610 " height= "550 " border= "1 " align= "center ">
<tr>
<td width= "259 " rowspan= "2 ">
<iframe src= "1.asp " scrolling= "no " frameborder= "frameborder " "0 "= " "0 " " width= "300 " height= "540 " name= "11243ss "> </iframe>
</td>
<td width= "331 " height= "200 ">
<iframe src= "2.asp " scrolling= "no " frameborder= "frameborder " "0 "= " "0 " " width= "300 " height= "340 " name= "11243ss "> </iframe>
</td>
</tr>
<tr>
<td width= "331 " hteight= "340 ">
<iframe src= "3.asp " scrolling= "no " frameborder= "frameborder " "0 "= " "0 " " width= "300 " height= "200 " name= "11243ss "> </iframe>
</td>
</tr>
</table>