Adding text input popup window with self destroy windows when done
This commit is contained in:
parent
bc65cc0cd9
commit
e2122a1715
25
apiserver/finish_input.html
Normal file
25
apiserver/finish_input.html
Normal file
@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
background-color: #101010;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
nav a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: #ffffff;
|
||||
}
|
||||
</style>
|
||||
</head><CENTER> The Input was Sent!<BR><BR>
|
||||
<body><input type="button" id="close" value="Close" onclick="window.close()" />
|
||||
</body></CENTER>
|
||||
</body>
|
||||
</html>
|
1
webserver/input.html
Normal file
1
webserver/input.html
Normal file
@ -0,0 +1 @@
|
||||
<CENTER><form action="https://grwh.work:3031/input" method="get"> <label for="data">Input Text:</label> <input type="text" id="data" name="data"><br><br> <input type="submit" value="Submit"> </form>
|
Loading…
Reference in New Issue
Block a user