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()">
|< First Page
</BUTTON>
<BUTTON ONCLICK="InventoryTable.previousPage()">
< Previous Page
</BUTTON>
<BUTTON ONCLICK="InventoryTable.nextPage()">
Next Page >
</BUTTON>
<BUTTON ONCLICK="InventoryTable.lastPage()">
Last Page >|
</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>