<link rel="stylesheet" type="text/css" href="dbnetsuite.css.ashx" /> <script language="JavaScript" src="dbnetsuite.js.ashx"></script>
<script> jQuery(document).ready( init ) function init() { var dbnetedit1 = new DbNetEdit("dbnetedit1"); with (dbnetedit1) { connectionString = "SamplesDatabase" fromPart = "Customers" initialize() } } </script>
<table> <tr> <td> <div id="dbnetedit1"></div> </td> </tr> </table>
<style> .dbnetedit input, .dbnetedit td { font-family:courier new; font-size:medium; } .dbnetedit-label { white-space:nowrap; font-family:courier new; font-size:medium; font-weight:bold; } .dbnetedit-input { background-color:lightyellow; } .dbnetedit-focus { background-color:gold; } </style>