Adding text from a file to an html page

L

larry

I want my html page to insert text from another file. Can I do this with html
or Java script. What are suggested ways without going to dynamic pages like
..asp or .php
Thanks
 
S

Steve Easton

Use an include page. Check help for include pages.

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

larry

Sorry, on the web site not just within FrontPage. w/o FrontPage extensions.
Thanks
 
R

Ronx

FP extensions are not needed for the FP Includes. These are added to
the page when the page is saved.
For a dynamic include, (added when the page is browsed) use ASP, SSI
(Server Side Includes) or another server-side scripting option (PHP,
Perl, etc). This cannot be done using client side code, except by
using a JavaScript function to document.write lines from an external
javascript file (IMO, messy), this requires users to have JavaScript
enabled - some don't.
 

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