> -----Original Message----- > From: Ben Joyce [mailto:[EMAIL PROTECTED]] > > > > failing that, build your HTML pages as templates and read > > them in using > > the FSO, replacing 'fields' in the mark-up, such [this] and > > [that], with > > real data at run-time. > > Ben, > > <borrowing from Franni> Greenhorn Newbie Alert </ borrowing> > > I have no idea what you just said. What's an FSO? What's the > rest of what you said? > > Perry Gerenday
Build your html page (or block of HTML if you need to repeat rows of data). Then, open the HTML file using the FileSystemObject (Scripting.FileSystemObject) and read in the contents. Using replace() you can swap occurances of [name] in the HTML with "Joe Bloggs" or whatever. Then Response.Write out the HTML to the page. Tada! Does that make any sense? .b ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
