PC Review


Reply
Thread Tools Rate Thread

Can I get FP2003 to render <!--#include virtual="/file.asp"-->

 
 
Scott Townsend
Guest
Posts: n/a
 
      8th May 2006
We have inherited a Site that uses a lot of the following Includes:
<!--#include virtual="/includes/divTop.asp" -->

Is there a way to make Front Page render these includes when you are
developing? It make it hard to see the page if its not really all there.

Thanks,
Scott<-





 
Reply With Quote
 
 
 
 
Bob Lehmann
Guest
Posts: n/a
 
      9th May 2006
>> Is there a way to make Front Page render these includes when you are
developing?

Nope.

>> It make it hard to see the page if its not really all there.


Yep.

Bob Lehmann

"Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
news:(E-Mail Removed)...
> We have inherited a Site that uses a lot of the following Includes:
> <!--#include virtual="/includes/divTop.asp" -->
>
> Is there a way to make Front Page render these includes when you are
> developing? It make it hard to see the page if its not really all there.
>
> Thanks,
> Scott<-
>
>
>
>
>



 
Reply With Quote
 
Scott Townsend
Guest
Posts: n/a
 
      9th May 2006
Thank you... I think. (-; its not really the answer I want to Hear.

Does Dreamweaver have the ability to do this? I think that is where this
site came from.

thanks again!
Scott<-
"Bob Lehmann" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>>> Is there a way to make Front Page render these includes when you are

> developing?
>
> Nope.
>
>>> It make it hard to see the page if its not really all there.

>
> Yep.
>
> Bob Lehmann
>
> "Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
> news:(E-Mail Removed)...
>> We have inherited a Site that uses a lot of the following Includes:
>> <!--#include virtual="/includes/divTop.asp" -->
>>
>> Is there a way to make Front Page render these includes when you are
>> developing? It make it hard to see the page if its not really all there.
>>
>> Thanks,
>> Scott<-
>>
>>
>>
>>
>>

>
>



 
Reply With Quote
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      9th May 2006
If you are going to use FrontPage to maintain the site, and all the included
pages are in the same site, you could 'convert' them to FrontPage includes,
which are visible in Design View.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


"Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
news:(E-Mail Removed)...
> Thank you... I think. (-; its not really the answer I want to Hear.
>
> Does Dreamweaver have the ability to do this? I think that is where this
> site came from.
>
> thanks again!
> Scott<-
> "Bob Lehmann" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>>> Is there a way to make Front Page render these includes when you are

>> developing?
>>
>> Nope.
>>
>>>> It make it hard to see the page if its not really all there.

>>
>> Yep.
>>
>> Bob Lehmann
>>
>> "Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
>> news:(E-Mail Removed)...
>>> We have inherited a Site that uses a lot of the following Includes:
>>> <!--#include virtual="/includes/divTop.asp" -->
>>>
>>> Is there a way to make Front Page render these includes when you are
>>> developing? It make it hard to see the page if its not really all
>>> there.
>>>
>>> Thanks,
>>> Scott<-
>>>
>>>
>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
John Malone
Guest
Posts: n/a
 
      9th May 2006
There are two types of server-side includes: Virtual and File. Select the
one that is appropriate for the type of web server you use:

If your server is an Apache web server, select Virtual. In Apache, Virtual
works in all cases, while File works only in some cases.
If your server is a Microsoft Internet Information Server (IIS), select
File. (Virtual works with IIS only in certain specific circumstances.)
_______________________________________
Add an Included Content Web component to a Web page

Note: To embed a Web page in another Web page, both pages must be part of
the same Web site.

In Page view, at the bottom of the document window, click Design .
Place the insertion point where you want the included content to appear.
On the Insert menu, click Web Component.
In the Insert Web Component dialog box, under Component type, click Included
Content.

If the Included Content option is unavailable

On the Tools menu, click Page Options.
Click the Authoring tab, and then select the Author-time Web Components
check box.
__________________________________
For more information see

http://office.microsoft.com/training...RC061978281033

Check for wrapping of the URL
--
John Malone
==============
"Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
news:(E-Mail Removed)...
| Thank you... I think. (-; its not really the answer I want to Hear.
|
| Does Dreamweaver have the ability to do this? I think that is where this
| site came from.
|
| thanks again!
| Scott<-
| "Bob Lehmann" <(E-Mail Removed)> wrote in message
| news:(E-Mail Removed)...
| >>> Is there a way to make Front Page render these includes when you are
| > developing?
| >
| > Nope.
| >
| >>> It make it hard to see the page if its not really all there.
| >
| > Yep.
| >
| > Bob Lehmann
| >
| > "Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
| > news:(E-Mail Removed)...
| >> We have inherited a Site that uses a lot of the following Includes:
| >> <!--#include virtual="/includes/divTop.asp" -->
| >>
| >> Is there a way to make Front Page render these includes when you are
| >> developing? It make it hard to see the page if its not really all
there.
| >>
| >> Thanks,
| >> Scott<-
| >>
| >>
| >>
| >>
| >>
| >
| >
|
|


 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      9th May 2006
My experience with Windows is opposite - Virtual works every time,
File depends on the setting for parent paths in IIS.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"John Malone" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> There are two types of server-side includes: Virtual and File.
> Select the
> one that is appropriate for the type of web server you use:
>
> If your server is an Apache web server, select Virtual. In Apache,
> Virtual
> works in all cases, while File works only in some cases.
> If your server is a Microsoft Internet Information Server (IIS),
> select
> File. (Virtual works with IIS only in certain specific
> circumstances.)
> _______________________________________
> Add an Included Content Web component to a Web page
>
> Note: To embed a Web page in another Web page, both pages must be
> part of
> the same Web site.
>
> In Page view, at the bottom of the document window, click Design .
> Place the insertion point where you want the included content to
> appear.
> On the Insert menu, click Web Component.
> In the Insert Web Component dialog box, under Component type, click
> Included
> Content.
>
> If the Included Content option is unavailable
>
> On the Tools menu, click Page Options.
> Click the Authoring tab, and then select the Author-time Web
> Components
> check box.
> __________________________________
> For more information see
>
> http://office.microsoft.com/training...RC061978281033
>
> Check for wrapping of the URL
> --
> John Malone
> ==============
> "Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
> news:(E-Mail Removed)...
> | Thank you... I think. (-; its not really the answer I want to
> Hear.
> |
> | Does Dreamweaver have the ability to do this? I think that is
> where this
> | site came from.
> |
> | thanks again!
> | Scott<-
> | "Bob Lehmann" <(E-Mail Removed)> wrote in message
> | news:(E-Mail Removed)...
> | >>> Is there a way to make Front Page render these includes when
> you are
> | > developing?
> | >
> | > Nope.
> | >
> | >>> It make it hard to see the page if its not really all there.
> | >
> | > Yep.
> | >
> | > Bob Lehmann
> | >
> | > "Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in
> message
> | > news:(E-Mail Removed)...
> | >> We have inherited a Site that uses a lot of the following
> Includes:
> | >> <!--#include virtual="/includes/divTop.asp" -->
> | >>
> | >> Is there a way to make Front Page render these includes when
> you are
> | >> developing? It make it hard to see the page if its not really
> all
> there.
> | >>
> | >> Thanks,
> | >> Scott<-
> | >>
> | >>
> | >>
> | >>
> | >>
> | >
> | >
> |
> |
>
>



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      9th May 2006
No design tool renders any run time include files (virtual or file)
- requires the server to parse the page and render it in browser
If your run time includes are inside of the body tags
- best you can do is see the place holder for comments / server side code by turning on Show ALL [Ctrl][*]
- or add a FP comment describing the include purpose as in
<!--webbot bot="PurpleText" PREVIEW="Menu is Included here" -->
<!--#include virtual="/includes/divTop.asp" -->

Only Design time includes (like the FP Include pages) can be rendered in Design view in FP
- but converting your run time includes to design time includes probably defeats the purpose of them
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
_____________________________________________


"Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message news:(E-Mail Removed)...
| Thank you... I think. (-; its not really the answer I want to Hear.
|
| Does Dreamweaver have the ability to do this? I think that is where this
| site came from.
|
| thanks again!
| Scott<-
| "Bob Lehmann" <(E-Mail Removed)> wrote in message
| news:(E-Mail Removed)...
| >>> Is there a way to make Front Page render these includes when you are
| > developing?
| >
| > Nope.
| >
| >>> It make it hard to see the page if its not really all there.
| >
| > Yep.
| >
| > Bob Lehmann
| >
| > "Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
| > news:(E-Mail Removed)...
| >> We have inherited a Site that uses a lot of the following Includes:<!--#include virtual="/includes/divTop.asp" -->

| >> | >>
| >> Is there a way to make Front Page render these includes when you are
| >> developing? It make it hard to see the page if its not really all there.
| >>
| >> Thanks,
| >> Scott<-
| >>
| >>
| >>
| >>
| >>
| >
| >
|
|


 
Reply With Quote
 
Scott Townsend
Guest
Posts: n/a
 
      9th May 2006
Thank you all for your replies.

We have thought about converting them to FP DT includes, though we will be
getting framework updates every several months from the site creator people.
So we'd have to convert each update. We might look into a automated process
to swap out the tags.

Thanks again for all of your replies!

Scott<-
"Stefan B Rusynko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> No design tool renders any run time include files (virtual or file)
> - requires the server to parse the page and render it in browser
> If your run time includes are inside of the body tags
> - best you can do is see the place holder for comments / server side code
> by turning on Show ALL [Ctrl][*]
> - or add a FP comment describing the include purpose as in
> <!--webbot bot="PurpleText" PREVIEW="Menu is Included here" -->
> <!--#include virtual="/includes/divTop.asp" -->
>
> Only Design time includes (like the FP Include pages) can be rendered in
> Design view in FP
> - but converting your run time includes to design time includes probably
> defeats the purpose of them
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
> _____________________________________________
>
>
> "Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
> news:(E-Mail Removed)...
> | Thank you... I think. (-; its not really the answer I want to Hear.
> |
> | Does Dreamweaver have the ability to do this? I think that is where
> this
> | site came from.
> |
> | thanks again!
> | Scott<-
> | "Bob Lehmann" <(E-Mail Removed)> wrote in message
> | news:(E-Mail Removed)...
> | >>> Is there a way to make Front Page render these includes when you are
> | > developing?
> | >
> | > Nope.
> | >
> | >>> It make it hard to see the page if its not really all there.
> | >
> | > Yep.
> | >
> | > Bob Lehmann
> | >
> | > "Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
> | > news:(E-Mail Removed)...
> | >> We have inherited a Site that uses a lot of the following
> Includes:<!--#include virtual="/includes/divTop.asp" -->
>
> | >> | >>
> | >> Is there a way to make Front Page render these includes when you are
> | >> developing? It make it hard to see the page if its not really all
> there.
> | >>
> | >> Thanks,
> | >> Scott<-
> | >>
> | >>
> | >>
> | >>
> | >>
> | >
> | >
> |
> |
>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      9th May 2006
If you use server-side includes and the replacement pages are always named the same, then all you
would need to do is replace the page on the server.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
news:(E-Mail Removed)...
> Thank you all for your replies.
>
> We have thought about converting them to FP DT includes, though we will be getting framework
> updates every several months from the site creator people. So we'd have to convert each update.
> We might look into a automated process to swap out the tags.
>
> Thanks again for all of your replies!
>
> Scott<-
> "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> No design tool renders any run time include files (virtual or file)
>> - requires the server to parse the page and render it in browser
>> If your run time includes are inside of the body tags
>> - best you can do is see the place holder for comments / server side code by turning on Show ALL
>> [Ctrl][*]
>> - or add a FP comment describing the include purpose as in
>> <!--webbot bot="PurpleText" PREVIEW="Menu is Included here" -->
>> <!--#include virtual="/includes/divTop.asp" -->
>>
>> Only Design time includes (like the FP Include pages) can be rendered in Design view in FP
>> - but converting your run time includes to design time includes probably defeats the purpose of
>> them
>> --
>>
>> _____________________________________________
>> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
>> "Warning - Using the F1 Key will not break anything!" (-;
>> To find the best Newsgroup for FrontPage support see:
>> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
>> _____________________________________________
>>
>>
>> "Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
>> news:(E-Mail Removed)...
>> | Thank you... I think. (-; its not really the answer I want to Hear.
>> |
>> | Does Dreamweaver have the ability to do this? I think that is where this
>> | site came from.
>> |
>> | thanks again!
>> | Scott<-
>> | "Bob Lehmann" <(E-Mail Removed)> wrote in message
>> | news:(E-Mail Removed)...
>> | >>> Is there a way to make Front Page render these includes when you are
>> | > developing?
>> | >
>> | > Nope.
>> | >
>> | >>> It make it hard to see the page if its not really all there.
>> | >
>> | > Yep.
>> | >
>> | > Bob Lehmann
>> | >
>> | > "Scott Townsend" <scott-i@.-N0-SPAMplease.enm.com> wrote in message
>> | > news:(E-Mail Removed)...
>> | >> We have inherited a Site that uses a lot of the following Includes:<!--#include
>> virtual="/includes/divTop.asp" -->
>>
>> | >> | >>
>> | >> Is there a way to make Front Page render these includes when you are
>> | >> developing? It make it hard to see the page if its not really all there.
>> | >>
>> | >> Thanks,
>> | >> Scott<-
>> | >>
>> | >>
>> | >>
>> | >>
>> | >>
>> | >
>> | >
>> |
>> |
>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Include shared folder/file in "save" file list Bill W Windows Vista General Discussion 1 8th Aug 2007 10:49 PM
Include "Telecommuting" or "Teleworking" as a "Show time as" statu =?Utf-8?B?R29yZG9uIEdyZWVuZQ==?= Microsoft Outlook Calendar 0 31st Jul 2006 03:37 PM
Setting project include directories (VC 7.1): #include <file> vs#include "file" Susan Baker Microsoft VC .NET 2 2nd Jul 2005 02:59 PM
FP2003 error message: "can't open file" while editing in localhost Kerry Microsoft Frontpage 2 10th Jul 2004 03:08 AM
Need help with <!--#include virtual="/left_navigation.htm"--> =?Utf-8?B?Um9u?= Microsoft Frontpage 2 4th May 2004 06:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:27 PM.