iis_applications thread: Re: Inserting HTML Frames into asp template...
> I can deliver the dynamic information from the SQL db via a template,
but
> now I need to deliver that same information into a split page of HTML
> because one part of the split is to be hard coded.
>
> I have built the Frames pages in HTML, and the ASP template page but I
> still need to call the HTML Frames page from within the ASP format and
> retain the call to the SQL db within the Frame that will contain the
> dynamic elements.
>
> For example the top part of the frame would be an "example" or a static,
> hard-coded HTML page, the bottom frame would be a dynamic asp page.
>
> As you know, it takes 3 pages to create a frame set: one to hold the
other
> two. I just need a little help thinking out how add the frame set
within
> the existing asp template.
>
> Thanks for any advice!
>
> Bill Fulbright
> bfulbright@u...
Create an html page that will call the frameset, with your static html
page, and your dynamic ASP. Create your static Html page. Build your IIS
Application, ensuring the Webclass name for the ASP page is the same as
your ASP page being call by the frameset.