struts2頁面標籤

                <s:hidden name="leaveDay" id="leaveDay"></s:hidden>
                <s:if test="%{leaveDay==1}">
				<input type="button" value="審批通過" class="btn_mouseout" 
					onmouseover="this.className = 'btn_mouseover'"
					onmouseout="this.className = 'btn_mouseout'"
					onmousedown="this.className='btn_mousedown'" 
					onmouseup="this.className = 'btn_mouseup'" onclick="examineLeaveXmPass()">
				<input type="button" value="審批不通過" class="btn_mouseout" 
					onmouseover="this.className = 'btn_mouseover'"
					onmouseout="this.className = 'btn_mouseout'"
					onmousedown="this.className='btn_mousedown'" 
					onmouseup="this.className = 'btn_mouseup'" onclick="examineLeaveXmNo()">
                </s:if>	





發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章