hey! i wanted to thank you for the javascript client-side includes tutorial! i haven't used it sitewide yet but it's excellent from my test pages. i appreciate you putting that out there haha.
That's great, glad to help. 😄 Keeping navs and whatnot updated was always the struggle back in the GeoCities days and I was so happy to figure out how to do it without needing PHP or SSI or whatever. I did recently realize that due to the way it works, relative links are relative to the page it's on rather than the script file itself so be aware of that.
That's great, glad to help. 😄 Keeping navs and whatnot updated was always the struggle back in the GeoCities days and I was so happy to figure out how to do it without needing PHP or SSI or whatever. I did recently realize that due to the way it works, relative links are relative to the page it's on rather than the script file itself so be aware of that.
note taken, thank you! i don't use relative links a lot of the time, but i'll be sure to watch out for it. it's a super clever idea.