Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions html/dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>

<title>MY WEBPAGE</title>
<title>MY DROP</title>



Expand Down Expand Up @@ -40,10 +40,7 @@
Course:
<select id="course1" name="cor" onchange="branch();" class="form-control" align="center">
<option selected disabled hidden>Choose here</option>
<!-- <option value="btech">btech</option>
<option value="Mtech">mtech</option>
<option value="bpharma">bpharma</option>
<option value="mpharma">mpharma</option> -->


</select><br><br><br>

Expand Down Expand Up @@ -86,7 +83,7 @@
}


xmlhttp.open("GET", "http://127.0.0.1:8000/tough/", true);
xmlhttp.open("GET", "http://127.0.0.1:8080/tough/", true);
xmlhttp.send();


Expand Down Expand Up @@ -237,4 +234,4 @@
</div>
</body>

</html>
</html>