source: nutchez-0.1/tomcat/webapps/examples/jsp/colors/colors.html @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 1.5 KB
Line 
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<font size=6 color=red>
21
22<hr>
23This web page is an example using JSP and BEANs.
24<p>
25Guess my favorite two colors
26
27<p> If you fail to guess both of them - you get yellow on red.
28
29<p> If you guess one of them right, either your foreground or
30    your background will change to the color that was guessed right.
31
32<p> Guess them both right and your browser foreground/background
33    will change to my two favorite colors to display this page.
34
35<hr>
36<form method=GET action=colrs.jsp>
37Color #1: <input type=text name= color1 size=16>
38<br>
39Color #2: <input type=text name= color2 size=16>
40<p>
41<input type=submit name=action value="Submit">
42<input type=submit name=action value="Hint">
43</form>
44
45</font>
46</body>
47</html>
Note: See TracBrowser for help on using the repository browser.