Frame Link+
This is a modified version of Melonking's Frame Link Management System. The difference is my version is intended for usage on subpages, while the original is optimized for index pages.
This script adds a URL parameter for frame based pages, allowing people to share URLs to individual pages, which is usually impossible when using a frame-based page.
Usage
Simply create a Javascript file with this code, and link to that file in your HTML document.
To use parameters, you can adjust variables in a separate script
element placed after the link to the Javascript.
Parameters
All parameters are optional.
"updateTitle = false;"
- disables title updatingtitlePrefix
- adds a prefix to titles. Blank by defaultpageParam
- changes the page parameter in the URL. For example, if the pageParam is set toz
, the URL will beexample.com?z=page.html
basePath
- sets the root path