I want to have a web page where a CGI generated table appears in the midst of a bunch of standard HTML. I already have the table data being pulled from a database & generating a layout that looks good. however, I would prefer not to generate the entire page in code if possible. yes I know I could do it all using CGI.pm but if I do then the client/designer will have to get into the code to change the layout of the page & that's not a really good thing.
here's the page concept: display a bunch of HTML here that the designer did & can change normally run the CGI that generates a bunch of table formatted product data here display some basic HTML stuff here that the designer does & can change I thought that the exec command would facilitate this, but I'm not getting it. thanks for any help. Al -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]