![]() |
I need a script
I have 100 html pages that I would like to be able to update a small section on each page twice a month. But I dont want to go to each page and update them individual.
Is there a script that will allow me to changes small parts of each page with one submition? |
do a google search for SSI (server side includes)
|
put this in the places on the pages you want to include the update:
Code:
<script language="JavaScript" src="/location/of/file.js"></script> file.js = Code:
function writeStuff() |
cheesy but works.
|
thanks I will use that.
this is a hard script to find, I figured I would find some simple php file. |
Quote:
|
Quote:
You can either keep all your HTML pages and do the Server Side Includes mentioned above, or turn all those pages to PHP and do something that way. edit: The solution I posted is, perhaps, the cheesiest possible. ;) |
header blah blah
<!--#include virtual="/updates.html" --> footer blah blah |
Quote:
|
Quote:
|
I guess I will have to figure out how to refresh each page to update the changes.
|
All times are GMT -7. The time now is 10:18 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123