Sun Java System Web Server 7.0 Update 3 管理員指南

以水平框格式

以下程式碼範例將建立一個表單,其中包含所有集合的選取方塊、查詢輸入方塊和提交按鈕,均排在一列。

<s1ws:form>
    <table cellspacing="0" cellpadding="3" border="0">
    <tr class="navBar">
        <td class="navBar"><s1ws:collElem type=”select”></td>
        <td class="navBar">
            <s1ws:querybox size="30">
            <s1ws:submitButton class="navBar" style="padding: 0px; 
margin: 0px; width: 50px">
        </td>
    </tr>
    </table>
</s1ws:form>