Log in

View Full Version : Include file...



Postman
10-05-2005, 10:31 AM
Hi, new here so be gentle.
;)

I'm wondering if there is any script or whatever that enables you to include a file "inside" another. In Frontpage it's possible due to som specific serverside functions but is it possible to do it without that?
I hope you understand what I'm talking about.

Twey
10-05-2005, 05:19 PM
You can include an external style (<link rel="stylesheet" type="text/css" href="style.css">) or script (<script type="text/javascript" src="script.js"></script>), but beyond that, you need to use serverside functions.

spyder
10-06-2005, 04:58 AM
i use this on all my sites, basically, it takes everything from one file, and pastes it into another.

note, you must have java


http://www.centerkey.com/dsi/manual.html

Postman
10-06-2005, 06:55 AM
Looks interresting, thank you.