Login   Register  
PHP Classes
elePHPant
Icontem

File: index.htm

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Luis I. Larrateguy  >  Simplifica  >  index.htm  >  Download  
File: index.htm
Role: Auxiliary data
Content type: text/plain
Description: Test file (with an input Form)
Class: Simplifica
Simplify boolean expressions
Author: By
Last change:
Date: 2005-03-06 04:42
Size: 1,546 bytes
 

Contents

Class file image Download
<html>

<head>
  <title>simp-test</title>

  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  <meta http-equiv="Content-Script-Type" content="text/javascript"/>
  <meta name="Generator" content="Corel PHOTO-PAINT 11.0"/>
  <STYLE type="text/css" rel="stylesheet" media="screen">
  	input {
		font-family: "Verdana","Courier","Arial";
		font-size:	12px;
		border: solid 1px grey;
		background: #FFD;
	}
  </STYLE>
</head>

<body bgcolor="#FFFFFF">
<table width="100%" height="224" border="0" align="center">
  <tr>
    <td width="35">&nbsp;</td>
    <td width="554"><div align="center"><img border="0" width="359" height="107" src="images/1.JPG" alt=""><br>
        <img border="0" width="193" height="37" src="images/2.JPG" alt=""></div></td>
    <td width="160">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><br>      <br>      
      <form action="test.php" target="_blank" method="post">
  F(
  <input name="vars" type=text id="vars" value="ABCD" size="6" maxlength="6">
  ) =
  <input name="cad" type=text value="~A~B~CD + ~AB~C~D + ~AB~CD + A~B~CD + AB~CD + ABC~D + ABCD" size="100">
  <br>
   &nbsp;&nbsp;&nbsp;&nbsp;variables &nbsp;&nbsp;funci&oacute;n<br>
      <br> <p align="center"><input name="submit" type=submit value="Evaluar" align="center">   </p>  </form></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td></td>
    <td><img border="0" width="131" height="20" src="images/3.JPG" alt=""></td>
  </tr>
</table>
</body>

</html>