Files
CyberPanel/install/openlitespeed-1.4.28/test/serverroot/wwwroot/phppost.html
2017-12-09 22:30:10 +05:00

42 lines
1.1 KiB
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CGITest</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<h1>This is PHP post test.</h1>
<form name="form1" method="post" action="/phpinfo.php" enctype="multipart/form-data">
<p>ID:
<input type="text" name="textfield">
<input type="hidden" name="hiddenField" value="hideme">
</p>
<p>Passwd:
<input type="password" name="textfield2">
</p>
<p>suggest:
<textarea name="textfield3"></textarea>
</p>
<p>
<input type="radio" name="radiobutton" value="radiobutton">
choice1
<input type="radio" name="radiobutton" value="radiobutton">
choice2
<input type="radio" name="radiobutton" value="radiobutton">
choice3</p>
<p> Select:
<select name="select">
<option value="a">A</option>
<option value="b">B</option>
<option value="c">C</option>
</select>
<input type="file" name="uploadfile" size="80" maxlength="256">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
</body>
</html>