index.asp


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Welcome To MINI-MAX/51-E Web Server</title>

<style type="text/css">

body,td,th {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
body {margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;    background-image: url(digits.gif);}
.style4 {font-size: 12px; font-weight: bold;}
.style5 {font-size: 16px; font-weight: bold; color: #006600;}
.style8 {font-family: "Courier New", Courier, mono;    font-size: 11px;}
.style9 {color: #FF6600}
.style10 {color: #0000FF}
.style12 {color: #000099}
.style13 {color: #666666}
.style14 {font-size: 12px}

</style>

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
</head>


<body>

<!-- THIS SECTION IMPLEMENTS WEBCAT LOGO IMAGE AT THE TOP OF THE PAGE -->
<table width="100%"  border="0" cellpadding="1">
  <tr>
    <td>
        <a href="javascript:;" onClick="MM_openBrWindow("/images/webcat.jpg",'','width=515,height=475')">
            <img src="/images/banner.gif" width="349" height="90" border="0">
        </a>
    </td>
  </tr>
</table>


<table width="100%"  border="0" cellpadding="0" cellspacing="1">
  <tr>
    <td valign="top">
        <span class="style5">Demonstration of using 2x24 Character LCD </span><br>
        
        <!-- THIS SECTION PRESENT DEMONSTRATION OF USING LCD-->
        <form method="get" action="lcd.asp">
        <table width="600"  border="0" cellpadding="0" cellspacing="1">
        <tr>
            <td width="199">
                <font size="4">
                <input type="hidden" name = "LCDC" value ="1">
                <input type="hidden" name = "DELAY" value ="10">
                <input type="text" name="lcdd" maxlength="24" size="24" value="Type here (TOP)" style="font-size:10px; width:150px ">
                </font>
            </td>
        
            <td width="398">
                <span class="style4">Upper line of LCD242</span>    
                <span class="style14">(Max 24 Character)</span> 
            </td>
        </tr>
        
        <tr>
            <td>
                <font size="4">
                <input type="hidden" name = "LCDC" value ="192">
                <input type="hidden" name = "DELAY" value ="10">
                <input type="text" name="lcdd" maxlength="24" size="24" value="Type here (BOTTOM)" style="font-size:10px; width:150px ">
                </font>
            </td>
            <td>
                <span class="style14"><strong>Lower</strong></span>
                <font size="4"><span class="style4"> line of </span></font>
                <strong>LCD242</strong> (Max 24 Character)
            </td>
        </tr>
        
        <tr>
            <td>
                <font size="4">
                <input type="submit" name="Display" value="Display Text">
                </font>
            </td>
            <td>
            </td>
        </tr>
        </table>
        </form>
        
      <p></p>
    </td>
  </tr>
</table>
</body>
</html>

Screenshot