-4
以下是一塊XSL代碼無法在頁面查看圖像
<tr>
<td class="colHeader1">Last Name
</td>
<td class="cellstyle1">
<input type="text" name="srchLname" style="width:100%" tabindex="1"/>
</td>
<td class="colHeader1">Primary Telephone
</td>
<td class="cellstyle1">
<input type="text" name="srchPhone" style="width:100%"></input>
</td>
<td rowspan="2" align="right">
<img src="images/search.gif" style="cursor:hand" onclick="doCustSrch()"></img>
<img src="images/clear.gif" style="cursor:hand" onclick="clearCustSrch()"></img>
</td>
</tr>
在使用此代碼的圖像在頁面犯規showup(search.gif
,clear.gif
)