This is a discussion on "editing multiple html" within the Web Page Design section. This forum, and the thread "editing multiple html are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
editing multiple html
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
editing multiple html
Does anyone know if their is a way to edit multiple html pages while they are on the server in an easy, efficient way? I just need to add a small link to the bottom of all of my pages, but I have thousands and thousands of pages.
|
|
|
|
#2
|
|||
|
|||
|
Should have used server-side includes. But since it doesn't sound like you did...
If the link has to go into the exact same place on every file, then you could write a script (I'm thinking ASP because that's what i know) that will run on the server. The script with loop through all files on the server. It will open the file, read all the contents, manipulate the contents and add in the link that is required. Then save the file over top of the original. Then move on to the next one. I believe this will only owrk if the end of each file is exactly the same so you can set some parameters to basically find and replace. I've never written anything like this before, but I'm sure it could be done. It could probably be done with other languages as well. |
![]() |
| Tags |
| editing, multiple, html |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Searching tutorial on html editing to build website | satimis | Web Page Design | 14 | Mar 3rd, 2008 16:54 |
| Can multiple domain names point to the same HTML files? | classic123 | Web Page Design | 3 | Oct 30th, 2007 15:33 |
| Using RQ Search and Replace for HTML tag editing | diakin | Scripts and Online Services | 0 | Feb 10th, 2007 09:13 |
| Multiple email reciepents with html form | smokieisgod | Web Page Design | 3 | Oct 15th, 2005 22:40 |
| Banner Editing | Amari | Graphics and 3D | 0 | Aug 13th, 2004 18:25 |