Skip to content
Snippets Groups Projects
Commit 7593fd52 authored by Winnie's avatar Winnie
Browse files

Update Temporary changes to index

parent deac676e
No related branches found
No related tags found
No related merge requests found
<%@ page import="java.util.*" %>
<!--
Double Handle Slider Modified from: http://jqueryui.com/slider/#range
-->
<!DOCTYPE html>
......@@ -29,7 +27,6 @@ Double Handle Slider Modified from: http://jqueryui.com/slider/#range
<!--Plugins-->
</head>
<body>
<header>
<a href="index.html" >TrawlTool</a>
......@@ -44,32 +41,28 @@ Double Handle Slider Modified from: http://jqueryui.com/slider/#range
<section id="nameDropdownIn">
<form method="POST" action="doBioLookup.do"> <!--.do extension is not necessary. This field is the servlet's url in web.xml-->
Phylum:
<select name="phylum" size="1">
<option>Arthropoda</option>
<select name="phylum" size="1" onChange="this.form.submit()">
<option value="0">Arthropoda</option>
<option>Chordata</option>
<option>Mollusca</option>
</select>
<input type="SUBMIT">
Class:
<select name="class" size="1">
<select name="class" size="1" onChange="alert()">
<option>SomeClass</option>
</select>
<!--<input type="SUBMIT">-->
Order:
<select name="order" size="1">
</select>
<!--<input type="SUBMIT">-->
Family:
<select name="family" size="1">
</select>
<!--<input type="SUBMIT">-->
Genus:
<select name="genus" size="1">
</select>
<!--<input type="SUBMIT">-->
Species:
<select name="species" size="1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment