<%@ page pageEncoding = "Shift_JIS" %>
<%@ page contentType="text/html; charset=Shift_JIS" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<html><body>
<html:form action="/image_view" >
<html:text property="stringData" size="15" maxlength="15" />
<html:image page="/jsp/html/img/bt_search.gif" property="image_bottun" value="send" />
</html:form>
</body></html>
|