Help for this page

Select Code to Download


  1. or download this
    <html>
      <head><title>Message Main Menu</title></head>
      <h1><font color=green>Message Main Menu</font></h1>
    ...
         </form>
       </body>
    </html>
    
  2. or download this
    sub main_menu
    {
        print "<html>";
    ...
        print "</body>";
        print "</html>";
    }