HTML and CSS Reference
In-Depth Information
EXAMPLE 11.25 ( CONTINUED )
<strong>
8
<form name="formchbox"
method="post"
action="http://localhost/pizza.php">
Pick your pizza toppings:<p></p>
9
<input type="checkbox"
name="topping"
value="tomatoes" />Tomatoes
<br />
<input type="checkbox"
name="topping"
value="salami" />Salami
<br />
<input type=checkbox
name="topping"
value="pineapple" />Pineapple
<br />
<input type=checkbox
name="topping"
value="Canadian bacon" />Canadian bacon
<br />
<input type=checkbox
name="topping"
value="anchovies" />Anchovies
<br />
<input type=checkbox
name="topping"
value="extra cheese" />Extra Cheese
<br />
<p><small>
Pizza Toppings
<br />
10 <textarea name="order" rows=6 cols=35
11 onFocus="JavaScript:check(this.form) ;">
Click here to check your order!!
</textarea>
<p></p>
Press the pizza man to order!
<br />
12 <input type=image src="pizzaguy.jpg"
onClick="JavaScript:return OK(this.form);" />
<br />
<input type=reset value="Clear the form" />
</small>
</form>
</strong></font>
</body>
</html>
Search WWH ::




Custom Search