Display web page in a table

C

Cox Newsgroups

I'm looking for a way to create a web page whereby the page is "set in
stone" by me, and then have an area in the table where I can display another
web page. The idea is to give ftp upload permission to someone so they can
make changes to "page A" to upload it and overwrite the html document that
is displayed on the table page in a cell I select.

I do not want to use frames to do this as it is doable but I do not like
frames.

The other user does not have frontpage, and even if he/she did I wouldn't
want to chance them destroying the page itself by just inserting some
updates to the website.

Any help would be appreciated.
 
P

p c

You can use iframe--best option--works with static html pages and you
can test it on your machine.

Or if your server supports server site include, you can use that option.
With this option, the include file will be loaded into the container
file and served as a single file when the container page is requested at
fom the server. So you don't need a complet HTML page for that part with
all the HTML page tags--just the text and HTML for proper display within
the container page.


...PC
 

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