navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Using include pages to allow FTP updates

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Server Issues >> Using include pages to allow FTP updates
Page: [1]
 
tgorski

 

Posts: 75
From: Middleton
Status: offline

 
Using include pages to allow FTP updates - 6/12/2002 12:35:04   
In search of a way to allow clients a means of updating their page without using FrontPage. I thought if I create parts of the page using the Include Page component, that they could use MS Word or some other program to edit the included .htm file. But the original page that references the Include Page will not reflect changes to the incuded page unless I first open the original in FrontPage. Is their some way to force a refresh of Include Page components?

An added note: we cannot use the Publish function, but must FTP pages to the web server. The original idea was to give the customer ftp access to their directory so they could download/upload the .html files (i.e., included pages) that are referenced in the FrontPage web page.

If there is no solution, any other way to accomplish this?

Thanks, all...

 
abbeyvet

 

Posts: 5095
From: Kilkenny Ireland
Status: offline

 
RE: Using include pages to allow FTP updates - 6/12/2002 13:48:11   
You can include simple text files (as well as html files) using SSI - that way the clients do not even have to look at HTML. I certainly would not suggest allowing them to edit anything in Word unless you want to destroy the site.

To use includes with SSI just replace the FP include command with the SSI include command:

<!--#include virtual="includes/file.htm" -->

or

<!--#include virtual="includes/file.txt" -->

You will have to rename your pages with a .shtml extension, and it assumes your host allows SSI, most will.

Or similarly you could rename the pages with a .php extension and use PHP includes, which look like this:

<?php include("includes/file.inc");?>

Again assuming your host has PHP installed.


Or you could use a script to allow updating - there was another post on this subject recently:

http://www.frontpagewebmaster.com/topic.asp?TOPIC_ID=15650

Katherine

++++++++++++++++++++++++
www.inkkdesign.com

Women and cats will do as they please. Men and dogs should relax and get used to the idea.

(in reply to tgorski)
ed1

 

Posts: 135
From: Annandale, VA USA
Status: offline

 
RE: Using include pages to allow FTP updates - 7/4/2002 12:24:43   
I know the problem and had to do a recalc to get the things to show up. I heard, but did not test, that if the server is set to treat the htm file as an asp file then the problem is solved. It has something to do in file server admin- but this is not my thing so my information is vague without actually being usefull.

(in reply to tgorski)
caywind

 

Posts: 1479
From: USA
Status: offline

 
RE: RE: Using include pages to allow FTP updates - 7/5/2002 4:19:23   
quote:

But the original page that references the Include Page will not reflect changes to the incuded page unless I first open the original in FrontPage. Is their some way to force a refresh of Include Page components?
Huh? This isn' t right. The originating page should get updated (at every reload of the page) with or without Frontpage

Force refresh = Might try a <no-cache> directive in the original page instead

(in reply to ed1)
Page:   [1]

All Forums >> Web Development >> Server Issues >> Using include pages to allow FTP updates
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts