Welcome, Guest
  • Author Topic: xml link for eacj customers web site  (Read 665 times)

    Computer1111

    • Server what's that
    • *
    • Posts: 1
      • View Profile
    xml link for eacj customers web site
    « on: 02/27/11, 16:42 »
    Hi Everyone
    I have this file and it came with a book that I bought
    I am able to have a list of businesses and I would like each business to have their web site with a link.
    I hope I am making sense.
    Here is an example
    If I have 5o businesses and each have their web  site in the table I would like to have it so that everytime I write a web site adress there is a link in the adress
    Here is the file
    Thanks



    <!-- File Name: Inventory Big Table.htm -->

    <HTML>

    <HEAD>
       <TITLE>Inventory</TITLE>
    </HEAD>

    <BODY>

       <XML ID="dsoInventory" SRC="Inventory Big.xml"></XML>

       <H2>Jewelry Retailer Montreal</H2>

       <BUTTON ONCLICK="InventoryTable.firstPage()">
          |&lt; First Page
       </BUTTON>
       &nbsp;&nbsp;
       <BUTTON ONCLICK="InventoryTable.previousPage()">
          &lt; Previous Page
       </BUTTON>
       &nbsp;&nbsp;
       <BUTTON ONCLICK="InventoryTable.nextPage()">
          Next Page &gt;
       </BUTTON>
       &nbsp;&nbsp;
       <BUTTON ONCLICK="InventoryTable.lastPage()">
          Last Page &gt;|
       </BUTTON>
       <P>
       
       <TABLE ID="InventoryTable" DATASRC="#dsoInventory"
          DATAPAGESIZE="5" BORDER="1" CELLPADDING="5" WIDTH="100%">
          <THEAD>
         <TH>Company Name </TH>
                 <TH>Address</TH>
                 <TH>Web Site </TH>
                 <TH>Telephone</TH>
             <TH>Category</TH>
          </THEAD>     
          <TR ALIGN="center">
             <TD><SPAN DATAFLD="TITLE"
                STYLE="font-style:italic"></SPAN></TD>
             <TD><SPAN DATAFLD="AUTHOR"></SPAN></TD>
             <TD><SPAN DATAFLD="BINDING"></SPAN></TD>
             <TD><SPAN DATAFLD="PAGES"></SPAN></TD>
             <TD><SPAN DATAFLD="PRICE"></SPAN></TD>
          </TR>
       </TABLE>

       <br>
       <a href="Inventory%20Find.htm"><br>
       </a>
    </BODY>

    </HTML>