Forum Discussion

damienpage's avatar
damienpage
Qrew Cadet
7 years ago

API_GenResultsTable

Nothing showing on webpage for result.

Using this code and wondering if someone could let me know where I have gone wrong..

<html>
<head>
<script lang="javascript" src="https://######.quickbase.com/db/######?a=API_GenResultsTable
      &ticket=&query={'8'.CT.'329JMH'}">
</script>
<style>
   td.m { font-family:verdana; font-size:70%; }
   td.hd { font-family:verdana; font-size:70%; font-weight:bold;
    color:white;}
</style>
</head>
<body>
<h1>Example</h1>
   <table cellpadding=5 bgcolor=lightgreen>
      <tr>
         <td valign=top nowrap><b>A Quick Base table<br>embedded in
            a<br>page of HTML
         </td>
         <td>
            <script lang="javascript">
               qdbWrite();
            </script>
         </td>
      </tr>
   </table>
</body>
</head>
</html>


Cheers,
Damien