ekendricks
Posts: 34
|
| Posted: 07/26/2005, 7:59 PM |
|
Using MS Access - CCS - ASP
I've read several post regarding page includes. They either were not similiar or beyon my comprehension.
I have an application built with CCS, and a ASP application external to the application built with CCS. Re-writing the application is not a good choice. A link to open it in its own window or same window causes me to loose the main header, and links header.
What I would like to accomplish is: Create a CCS page with existing page header, and second header which contains links.
I would like to "Include" the default page of this outside ASP page, giving the illusion that you've never left the original site.
------------------------------------------------------------------
Main Header
Header with Links
"Included ASP Page"
Footer
-------------------------------------------------------------------
Thanks
Ernest
|
 |
 |
DonB
|
| Posted: 07/27/2005, 7:00 AM |
|
That's more like a <FRAMESET> or <IFRAME> (HTML constructs) than an Include
(CCS construct).
--
DonB
http://www.gotodon.com/ccbth
"ekendricks" <ekendricks@forum.codecharge> wrote in message
news:642e6f8a57307e@news.codecharge.com...
> Using MS Access - CCS - ASP
>
> I've read several post regarding page includes. They either were not
similiar
> or beyon my comprehension.
>
> I have an application built with CCS, and a ASP application external to
the
> application built with CCS. Re-writing the application is not a good
choice.
> A link to open it in its own window or same window causes me to loose the
main
> header, and links header.
>
> What I would like to accomplish is: Create a CCS page with existing page
> header, and second header which contains links.
> I would like to "Include" the default page of this outside ASP page,
giving the
> illusion that you've never left the original site.
>
>
> ------------------------------------------------------------------
> Main Header
> Header with Links
>
> "Included ASP Page"
>
>
> Footer
>
> -------------------------------------------------------------------
> Thanks
>
> Ernest
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Ernest
|
| Posted: 07/27/2005, 9:33 AM |
|
Thanks for the replies.... I was looking for something else, and stumbled across another post (http://forums.codecharge.com/posts.php?post_id=20583) on the same thing. It showed actual code and it worked immediately for me.
Thanks again.
Ernest
|
|
|
 |
|