HTML
  Home arrow HTML arrow Page 3 - Building the Recordset for an HTML Databas...
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
HTML

Building the Recordset for an HTML Database Form
By: Chrysanthus Forcha
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2008-09-24

    Table of Contents:
  • Building the Recordset for an HTML Database Form
  • The Other Records
  • Code
  • Maximum Number of Records a Web Page Can Have

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Building the Recordset for an HTML Database Form - Code


    (Page 3 of 4 )


    These are three more records and the closing tags for the recordset.

    <tr id="TR2">

    <td>

    <table cellspacing="0" cellpadding="0" border="1" class="record">

    <tbody>

    <tr>

    <td colspan="3" width="712" height="20" class="name" id="TD00"><input type="text" value="Dial Goldtone Expansion Bracelet Watch" class="title" readonly id="EI20"></td>

    </tr>

    <tr>

    <td width="250" height="120">

    <b>Description</b>

    <textarea style="width:245px;height:90px" readonly id="EI21" rows="1" cols="20">A mother-of-pearl dial complemented with a goldtone case and bracelet, this Armitron watch makes a versatile addition to any woman's wardrobe.</textarea>

    </td>

    <td width="250" height="120">

    <b>Features</b>

    <textarea style="width:245px;height:90px" readonly id="EI22" rows="1" cols="20">Polished goldtone case and bracelet. Stainless steel case back. Goldtone hands and hour markers. Diamond hour marker at 12 o'clock. Mother-of-pearl dial. Japanese quartz movement. Expansion bracelet.</textarea>

    </td>

    <td rowspan="2" width="212" height="150">

    <input type="file" class="file" readonly id="EI23" value="watch3.jpg" style="background-image: url('watch3.jpg')">

    </td>

    </tr>

    <tr>

    <td width="250" height="30">

    <b>Price($):<b/> <input type="text" value="39.95" readonly id="EI24">

    </td>

    <td width="250" height="30">

    <button type="button">Add to Cart</button>

    </td>

    </tr>

    </tbody>

    </table>

    </td>

    </tr>

    <tr id="TR3">

    <td>

    <table cellspacing="0" cellpadding="0" border="1" class="record">

    <tbody>

    <tr>

    <td colspan="3" width="712" height="20" class="name" id="TD00"><input type="text" value="Piccard TT Swarovski Crystal Women's Watch" class="title" readonly id="EI30"></td>

    </tr>

    <tr>

    <td width="250" height="120">

    <b>Description</b>

    <textarea style="width:245px;height:90px" readonly id="EI31" rows="1" cols="20">Elegantly designed with a two-tone case and bracelet, this Dufonte timepiece is set off by brilliant Swarovski crystal accents lining the bezel.</textarea>

    </td>

    <td width="250" height="120">

    <b>Features</b>

    <textarea style="width:245px;height:90px" readonly id="EI32" rows="1" cols="20">Two-tone case and bracelet. Swarovski crystal accents on bezel. Goldtone hands and hour markers. White enamel dial. Mineral crystal. Japanese quartz movement. Jewelry clasp.</textarea>

    </td>

    <td rowspan="2" width="212" height="150">

    <input type="file" class="file" readonly id="EI33" value="watch4.jpg" style="background-image: url('watch4.jpg')">

    </td>

    </tr>

    <tr>

    <td width="250" height="30">

    <b>Price($):<b/> <input type="text" value="59.95" readonly id="EI34">

    </td>

    <td width="250" height="30">

    <button type="button">Add to Cart</button>

    </td>

    </tr>

    </tbody>

    </table>

    </td>

    </tr>

    <tr id="TR4">

    <td>

    <table cellspacing="0" cellpadding="0" border="1" class="record">

    <tbody>

    <tr>

    <td colspan="3" width="712" height="20" class="name" id="TD00"><input type="text" value="Women's Square Crystal Women's Watch" class="title" readonly id="EI40"></td>

    </tr>

    <tr>

    <td width="250" height="120">

    <b>Description</b>

    <textarea style="width:245px;height:90px" readonly id="EI41" rows="1" cols="20">Sparkling Swarovski crystals form numbers on a shiny base metal frame making this Dufonte watch a bold fashion statement.</textarea>

    </td>

    <td width="250" height="120">

    <b>Features</b>

    <textarea style="width:245px;height:90px" readonly id="EI42" rows="1" cols="20">Base metal case. Sea green dial with crystal markers. Stainless steel water resistant back. Mineral crystal. Japanese quartz movement. Sea green leatherette strap. Tang buckle.</textarea>

    </td>

    <td rowspan="2" width="212" height="150">

    <input type="file" class="file" readonly id="EI43" value="watch5.jpg" style="background-image: url('watch5.jpg')">

    </td>

    </tr>

    <tr>

    <td width="250" height="30">

    <b>Price($):<b/> <input type="text" value="59.95" readonly id="EI44">

    </td>

    <td width="250" height="30">

    <button type="button">Add to Cart</button>

    </td>

    </tr>

    </tbody>

    </table>

    </td>

    </tr>

    </tbody>

    </table>


    For simplicity the buttons have not yet been given any event.

    More HTML Articles
    More By Chrysanthus Forcha


       · You gotta start indenting your code...i mean come on. That stuff is completely...
     

    HTML ARTICLES

    - Comparing Browser Response to Active Client ...
    - Testing Browser Response to Active Client Pa...
    - Active Client Pages: Completing the Code for...
    - ACP and Browsers: Setting up an Example
    - How Browsers Respond to Active Client Pages
    - Completing a Tree with Active Client Pages
    - HTML Form Verification and ACP
    - Building an ACP Tree
    - Completing an ACP 3D HTML Table Image Gallery
    - Building an ACP 3D HTML Table Image Gallery
    - A Multiple Page Image Gallery with Active Cl...
    - Building an Image Gallery with Active Client...
    - Concluding a Menu for All Browsers
    - A Vertical Menu for All Browsers
    - Downloading Long HTML Pages with ACP







    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
    Stay green...Green IT