-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathentryResult.php
More file actions
38 lines (25 loc) · 854 Bytes
/
Copy pathentryResult.php
File metadata and controls
38 lines (25 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="entryResult.css">
<title>entryResult</title>
</head>
<body>
<div id="frame">
<div id="choose">
<form action="entryResult.php" method="get">
<button id="btn1" type="submit" formaction="./entryResult2.php">By
ID</button>
<button id="btn2" type="submit">By Class</button><br>
</form>
<!-- <button id="btn1" <a href="http://localhost/phptest/webproject/entryResult2.php" target="blank"></a>By ID</button>
<button id="btn2">By Class</button> -->
<?php
?>
</div>
</div>
</body>
</html>