<html>
Cutter this works fine.<br>
But saving the pages is a manual job<br>
using only js.<br><br>
Kelly<br><br>
function Add (a,b,c){<br>
&nbsp; var s= ProdArray.length;<br>
&nbsp; ProdArray[s] = a;<br>
&nbsp; DescArray[s] = b;<br>
&nbsp; CostArray[s] = c;<br>
}<br><br>
// .js file Add (product_ID,description,price)<br><br>
&nbsp; Add ('KNS4401', 'Red Bird',6.95);<br>
&nbsp; Add ('KNS4402', 'Red Apple',6.95);<br>
&nbsp; Add ('DHDL98-05', 'Digitizing Fur-Fins and Feathers', 
29.95);<br>
&nbsp; Add ('DHDL01-05', 'Digitizing Realistic Birds', 29.95);<br><br>
At 11:40 AM 8/31/2001, you wrote:<br><br>
<blockquote type=cite class=cite cite>On my site, I save all the product
info to a database (Product Name, Price, Description [code], etc.) then
pull this info from the db by item number to dynamically build the item
page (one page, fifty products). I use Cold Fusion for this, but many
people like ASP.Could you use the same concept with a .js file? Probably.
How? Good question....Any suggestions?<br>
Cutter<br>
<a href="http://www.falcon-knives.com/">Falcon Knives</a><br><br>
<hr>
Get your FREE download of MSN Explorer at
<a href="'http://go.msn.com/bql/hmtag_itl_en.asp'">http://explorer.msn.com</a><br>
_______________________________________________ Javascript mailing list
Javascript@LaTech.edu
<a href="http://www.latech.edu/mailman/listinfo/javascript" eudora="autourl">http://www.LaTech.edu/mailman/listinfo/javascript</a>
</blockquote></html>