Multipage document doesn't work. What am I missing?

Multipage document doesn't work. What am I missing?

Im about to pull the hair out of my head on this! I've stared at it now for hours and maybe I'm missing something simple here... it usually is...

The 3 buttons on the first page, although linked correctly to each page (in my mind), will not work. 

I could really use another set of eyes to help me see what I'm missing or incorrectly coded.

Any help would be MUCH appreciated.

  1.  
  2. <!DOCTYPE html>
  3. <html>
  4.     <head>
  5.         <meta charset="utf-8" />
  6.         <meta name="viewport" content="width=device-width, initial-scale=1" />
  7.         <title>
  8.         </title>
  9.         <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
  10.         <link rel="stylesheet" href="myUI.css" type="text/css" />
  11.        
  12.         <script src="http://code.jquery.com/jquery-1.8.2.min.js">
  13.         </script>
  14.         <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js">
  15.         </script>
  16.         <script src="my.js">
  17.         </script>
  18.     </head>
  19.     <body>
  20. <!-- Home -->
  21.         <div data-role="page" id="page1" data-theme="a">
  22.             
  23.             <div id="Head" data-theme="a" data-role="header">
  24.                 <a data-role="button" data-rel="back" data-theme="d" href="#page1" class="ui-btn-left">
  25.                     Back
  26.                 </a>
  27.                 <h3>
  28.                    <span style="color:#F90"> Leave Request </span>
  29.                 </h3>
  30.             </div>
  31.             
  32.             
  33.             <div data-role="content">
  34.                 <div>
  35.                     <p style="text-align: center;" data-mce-style="text-align: center;">
  36.                         <b>John Smith - 0076449</b>
  37.                     </p>
  38.                     <p style="text-align: center;" data-mce-style="text-align: center;">
  39.                         <img src="http://lottmandesign.com/images/palm-tree.png" width="30" height="46" alt="Palm Tree" title="Vacation" style="vertical-align: baseline;"
  40. data-mce-src="http://lottmandesign.com/images/palm-tree.png" data-mce-style="vertical-align: baseline;" />
  41.                         <b>Vacation</b>
  42.                     </p>
  43.                     <address data-mce-style="text-align: center;" style="text-align: center;">
  44.                         <span style="font-size: small;" data-mce-style="font-size: x-small;">
  45.                             From:&nbsp;Weds, May 23rd 2012
  46.                         </span>
  47.                         <br />
  48.                     </address>
  49.                     <address data-mce-style="text-align: center;" style="text-align: center;">
  50.                         <span style="font-size: small;" data-mce-style="font-size: x-small;">
  51.                             To: Fri, May 25th 2012
  52.                         </span>
  53.                     </address>
  54.                 </div>
  55.                 <div id="Notes" data-role="collapsible-set" data-theme="c" data-content-theme="c">
  56.                     <div data-role="collapsible" data-collapsed="true">
  57.                         <h3>Basic </h3>
  58.                         <div>
  59.                             <p>
  60.                                 <b>Supervisor: Rick Ashley&nbsp;</b>
  61.                                 <b>0052658</b>
  62.                             </p>
  63.                             <p>
  64.                                 <b>Created By: &nbsp;John Smith 0076449</b>
  65.                             </p>
  66.                             <p>
  67.                                 <b>Created Date: 01/02/2013</b>
  68.                             </p>
  69.                             <p>
  70.                                 <b>Created Time: 12:30pm</b>
  71.                             </p>
  72.                         </div>
  73.                    </div>
  74.                     <div data-role="collapsible" data-collapsed="true">
  75.                         <h3>Details</h3>
  76.                         <div>
  77.                             <p>
  78.                                 <b>Hours: 24</b>
  79.                             </p>
  80.                             <p>
  81.                                 <b>Begin Time: 8:00am</b>
  82.                             </p>
  83.                             <p>
  84.                                 <b>End Time: &nbsp; &nbsp;4:00pm</b>
  85.                             </p>
  86.                             <p>
  87.                                 <b>Begin Meal: 12:00pm</b>
  88.                             </p>
  89.                             <p>
  90.                                 <b>End Meal: &nbsp; &nbsp; &nbsp; 1:00pm</b>
  91.                             </p>
  92.                         </div>
  93.                         <div>
  94.                             <p>
  95.                             </p>
  96.                         </div>
  97.                     </div>
  98.                 </div>
  99. <div class="ui-grid-b">
  100.     <div class="ui-block-a"><a href="#History" data-theme="e" data-role="button"><font size="2">History</font></a></div>
  101.     <div class="ui-block-b"><a href="#Quotas" data-theme="e" data-role="button"><font size="2">Quota</font></a></div>
  102.     <div class="ui-block-c"><a href="#Notes" data-theme="e" data-role="button"><font size="2">Notes</font></a></div>
  103. </div><!-- /grid-b -->

  104.             <div id="Footer" data-theme="a" data-role="footer" data-position="fixed">
  105.             
  106.                 <h3>
  107.                 </h3>
  108.                 <a data-role="button" data-theme="c" href="#page1" class="ui-btn-left">
  109.                     Approve
  110.                 </a>
  111.                 <a id="Reject" data-role="button" data-theme="a" href="#page1" class="ui-btn-right">
  112.                     &nbsp; Reject &nbsp;
  113.                 </a>
  114.             </div>
  115.         </div>
  116.         
  117.         
  118.         
  119.         
  120.         
  121.         
  122.  <!-- History -->
  123.         <div data-role="page" id="History">
  124.             <div id="Header" data-theme="a" data-role="header">
  125.                 <h3>
  126.                     History
  127.                 </h3>
  128.             </div>
  129.             <div data-role="content">
  130.                 <div>
  131.                     <p>
  132.                         <span style="color: rgb(255, 153, 0);" data-mce-style="color: #ff9900;">
  133.                             will go here
  134.                         </span>
  135.                     </p>
  136.                 </div>
  137.             </div>
  138.         </div>

  139.  <!-- Quotas -->
  140.         <div data-role="page" id="Quotas">
  141.             <div id="Header" data-theme="a" data-role="header">
  142.                 <h3>
  143.                     Quotas
  144.                 </h3>
  145.             </div>
  146.             <div data-role="content">
  147.             </div>
  148.         </div>

  149.         <!-- Notes -->
  150.         <div data-role="page" id="Notes">
  151.             <div id="Notes" data-theme="a" data-role="header">
  152.                 <h3>
  153.                     Notes
  154.                 </h3>
  155.                 <a id="Back" data-role="button" data-rel="back" href="#page1" class="ui-btn-left">
  156.                     Back
  157.                 </a>
  158.             </div>
  159.             <div data-role="content">
  160.                 <div>
  161.                     <p>
  162.                         <strong>Med. Appt Time: 1:00pm</strong>
  163.                     </p>
  164.                     <p>
  165.                         <strong>Family Rel: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Aunt</strong>
  166.                     </p>
  167.                     <p>
  168.                         <strong>Influenza: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; None</strong>
  169.                     </p>
  170.                 </div>
  171.                 <div id="Med Cert" data-role="fieldcontain">
  172.                     <fieldset data-role="controlgroup" data-type="vertical">
  173.                         <legend>
  174.                         </legend>
  175.                         <input id="checkbox1" name="Medical Cert" type="checkbox" />
  176.                         <label for="checkbox1">
  177.                             Med. Cert. Available
  178.                         </label>
  179.                     </fieldset>
  180.                 </div>
  181.                 <div data-role="fieldcontain">
  182.                     <fieldset data-role="controlgroup">
  183.                         <label for="Remarks">
  184.                             Remarks:
  185.                         </label>
  186.                         <textarea name="Remarks" id="Remarks" placeholder="">
  187.                             I need to take some vacation time for a medical appointment for my Auntie Jane. She does not have influenza.
  188.                         </textarea>
  189.                     </fieldset>
  190.                 </div>
  191.             </div>
  192.         </div>
  193.           
  194.     </body>
  195. </html>