What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » How do I edit multiple html files simultaneously?

How do I edit multiple html files simultaneously?
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: How do I edit multiple html files simultaneously?
If you want to do it in normal HTML then you always have the option of creating the Navigation area or editing it using a common Javascript document.  This method is by far not the easiest, and many people don't seem to appreciate the use of Javascript, but it will work and give you the result you are after.

code:
var element = getElementById('spidnav');
element.innerHTML = element.innerHTML + '<a href="another_page.html">Click this link for yet another page to go to</a>';
[Image: markee.png]
08-29-2007 11:44 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How do I edit multiple html files simultaneously? - by .Roy on 08-29-2007 at 10:58 AM
RE: How do I edit multiple html files simultaneously? - by MattyRid on 08-29-2007 at 11:00 AM
RE: How do I edit multiple html files simultaneously? - by Nathan on 08-29-2007 at 11:02 AM
RE: How do I edit multiple html files simultaneously? - by .Roy on 08-29-2007 at 11:07 AM
RE: How do I edit multiple html files simultaneously? - by Spunky on 08-29-2007 at 11:07 AM
RE: How do I edit multiple html files simultaneously? - by Nathan on 08-29-2007 at 11:20 AM
RE: How do I edit multiple html files simultaneously? - by markee on 08-29-2007 at 11:44 AM
RE: How do I edit multiple html files simultaneously? - by Matti on 08-29-2007 at 11:49 AM
RE: How do I edit multiple html files simultaneously? - by markee on 08-29-2007 at 11:52 AM
RE: How do I edit multiple html files simultaneously? - by .Roy on 08-29-2007 at 11:53 AM
RE: How do I edit multiple html files simultaneously? - by Nathan on 08-29-2007 at 11:58 AM
RE: How do I edit multiple html files simultaneously? - by .Roy on 08-29-2007 at 12:05 PM
RE: How do I edit multiple html files simultaneously? - by Nathan on 08-29-2007 at 12:07 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On