Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: how to transform a recordset into separate html pages?


Message #1 by "Richard" <r.v.d.wetering@a...> on Tue, 18 Mar 2003 10:24:59
I have a database (it's the thumbsplus database). It stores pictures and 
paths and categories.
I have a query that shows me all thumbnails that equals a certain keyword. 
That page has hyperlinks to detail pages.

Is it posible by using some asp magic to export those detail pages (with 
the large picture on it and some additional info) to HTML static pages.

Please help

Richard
Message #2 by Mark Eckeard <meckeard2000@y...> on Tue, 18 Mar 2003 05:02:56 -0800 (PST)
You could write the details page, run it and then do a
"View Source" to get the HTML.  Cut and paste it in to
a new file and then save it as HTML.

Of course, if you don't have the details page in ASP,
you would have to write it. 

Mark.
--- Richard <r.v.d.wetering@a...> wrote:
> I have a database (it's the thumbsplus database). It
> stores pictures and 
> paths and categories.
> I have a query that shows me all thumbnails that
> equals a certain keyword. 
> That page has hyperlinks to detail pages.
> 
> Is it posible by using some asp magic to export
> those detail pages (with 
> the large picture on it and some additional info) to
> HTML static pages.
> 
> Please help
> 
> Richard


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
Message #3 by "Richard" <r.v.d.wetering@a...> on Tue, 18 Mar 2003 21:56:40
Mark, thanx for your reply but I was hoping for a more automatic way of 
solving this.... I've tried yours in the 90's.

Thanks anyway!

Richard

> You could write the details page, run it and then do a
"View Source" to get the HTML.  Cut and paste it in to
a new file and then save it as HTML.

Of course, if you don't have the details page in ASP,
you would have to write it. 

Mark.

  Return to Index