git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.FastReport@24 475b051d-3a53-6940-addd-820bf0cfe0d7
17 lines
589 B
HTML
17 lines
589 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>
|
|
Test of POST form
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<form action="http://127.0.0.1/result" method="post">
|
|
<input type="hidden" name="report" value="1.Basic reports\01.Simple list.fr3">
|
|
<input type="hidden" name="mulipage" value="0">
|
|
Enter the value of "param1" <input type="text" name="param1"><br>
|
|
Enter the value of "param2" <input type="text" name="param2"><br>
|
|
<input type="submit" value="Get report">
|
|
</form>
|
|
</body>
|
|
</html> |