I am trying to accomplish an inventory list similar to what is shown here:
http://www.fireequipmentliquidators.com/hardware.htm I'd like to have more than one item show per line (hence, not a browse).
Is it best to use NetWebPage for this? If so, how do I pass the formatted html back to the browser? I have no problem with the header and footer. Nor is it a problem to generate the necessary html from the inventory data. What I can't seem to grasp is how to send this to the browser.
In other words, when the browser requests a certain type of Inventory -- a routine reads this from the data file and writes out the html. How does this get passed?
Hope that makes sense. If there's a better way, I'm open to suggestions.
Thanks in advance.