-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
foo.html
22 lines (21 loc) · 1006 Bytes
/
foo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<body>
<form action="/action_page.php" id="carform">
Firstname:<input type="text" name="fname">
<input type="submit">
</form>
<select name="carlist" form="carform">
<option label="All" value="object:8534" selected="selected">All</option>
<option label="Deal" value="object:8535">Deal</option>
<option label="Loan" value="object:8536">Loan</option>
<option label="Performance" value="object:8537">Performance</option>
<option label="Performance - MBA" value="object:8538">Performance - MBA</option>
<option label="Performance - OTS" value="object:8539">Performance - OTS</option>
<option label="Loss and Liq" value="object:8540">Loss and Liq</option>
<option label="Prepayments" value="object:8541">Prepayments</option>
<option label="Modifications" value="object:8542">Modifications</option>
<option label="Property" value="object:8543">Property</option>
<option label="Servicer Advances" value="object:8544">Servicer Advances</option>
</select>
</body>
</html>