Sharded Borders and content other than t,l,r,b , default.

G

Guest

Can some one please tell me how to point to something other than t,l,r,b...
these pages end in .htm I need the pages to end in .asp

I have tried to just rename, but no success.

Any thoughts,
Rlittle
 
S

Steve Easton

I'm a little confused on what you're trying to do.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Stefan B Rusynko

You can't use shared border w/ .asp pages as the border pages
Use either FP Include pages or server side includes

--

_____________________________________________
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/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Can some one please tell me how to point to something other than t,l,r,b...
| these pages end in .htm I need the pages to end in .asp
|
| I have tried to just rename, but no success.
|
| Any thoughts,
| Rlittle
 
R

Ronx

Shared borders are *always* .htm files, but you can place asp script
in them - the script will not run and will download if you access the
files directly.
When you save a page in FrontPage, any shared borders are embedded in
the page when it is saved, so the actual content of the shared border
file does not matter, as long as *all* the code is between <body> and
</body> tags, and the page is complete within itself - no missing HTML
tags, or HTML closing tags.

If you do not want the shared borders, then use SSL includes. These
pages can have any extension and are included when the page is served.
An SSL include can be called with the code
<!-- #include virtual=/path/filename.asp --> (which is a root
relative path)
placed where the code should appear in the page.
Note that an SSL file must NOT be a complete webpage. It must not
have any <html><head>meta tags</head><body> tags, nor </body></html>
tags.
 
S

Stefan B Rusynko

Dangerous approach
A server side script in a .htm page is viewable in browser view source
- so anyone can open the shared border .htm page (their location is known) and see any code unprocessed by the ASP engine

--

_____________________________________________
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/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Shared borders are *always* .htm files, but you can place asp script
| in them - the script will not run and will download if you access the
| files directly.
| When you save a page in FrontPage, any shared borders are embedded in
| the page when it is saved, so the actual content of the shared border
| file does not matter, as long as *all* the code is between <body> and
| </body> tags, and the page is complete within itself - no missing HTML
| tags, or HTML closing tags.
|
| If you do not want the shared borders, then use SSL includes. These
| pages can have any extension and are included when the page is served.
| An SSL include can be called with the code
| <!-- #include virtual=/path/filename.asp --> (which is a root
| relative path)
| placed where the code should appear in the page.
| Note that an SSL file must NOT be a complete webpage. It must not
| have any <html><head>meta tags</head><body> tags, nor </body></html>
| tags.
| --
| Ron Symonds - Microsoft MVP (FrontPage)
| Reply only to group - emails will be deleted unread.
| FrontPage Support: http://www.frontpagemvps.com/
|
| message | > Can some one please tell me how to point to something other than
| > t,l,r,b...
| > these pages end in .htm I need the pages to end in .asp
| >
| > I have tried to just rename, but no success.
| >
| > Any thoughts,
| > Rlittle
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top