[66] | 1 | <html> |
---|
| 2 | <!-- |
---|
| 3 | Licensed to the Apache Software Foundation (ASF) under one or more |
---|
| 4 | contributor license agreements. See the NOTICE file distributed with |
---|
| 5 | this work for additional information regarding copyright ownership. |
---|
| 6 | The ASF licenses this file to You under the Apache License, Version 2.0 |
---|
| 7 | (the "License"); you may not use this file except in compliance with |
---|
| 8 | the License. You may obtain a copy of the License at |
---|
| 9 | |
---|
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
---|
| 11 | |
---|
| 12 | Unless required by applicable law or agreed to in writing, software |
---|
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
---|
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
---|
| 15 | See the License for the specific language governing permissions and |
---|
| 16 | limitations under the License. |
---|
| 17 | --> |
---|
| 18 | |
---|
| 19 | <body bgcolor="white"> |
---|
| 20 | |
---|
| 21 | <h1> This example uses <b>errorpage</b> directive </h1> |
---|
| 22 | <br> |
---|
| 23 | <h3> Select my favourite car.</h3> |
---|
| 24 | <form method=get action=err.jsp> |
---|
| 25 | <!-- <br> Make a guess: --> |
---|
| 26 | <SELECT NAME="name" SIZE=5> |
---|
| 27 | <OPTION VALUE="integra"> Acura Integra <BR> |
---|
| 28 | <OPTION VALUE="bmw328i"> BMW 328I <BR> |
---|
| 29 | <OPTION VALUE="z3"> BMW Z3 <BR> |
---|
| 30 | <OPTION VALUE="infiniti"> InfinitiQ3 <BR> |
---|
| 31 | <OPTION VALUE="audi"> Audi A8 <BR> |
---|
| 32 | </SELECT> |
---|
| 33 | <br> <INPUT TYPE=submit name=submit Value="Submit"> |
---|
| 34 | </form> |
---|
| 35 | |
---|
| 36 | </body> |
---|
| 37 | </html> |
---|