Do you want your forums, help and other systems to maintain the left-frame menu? The following code can help you implement this function. No matter how you open the content page, the menu frame bar will be executed at the same time.
Copy the following code to the content page, the top framework may require simple tweaks.
function GoFrame(){if (top == self){("/?url=" + +);}}
GoFrame();
Copy the following code to the content page, the top framework may require simple tweaks.
function GoFrame(){if (top == self){("/?url=" + +);}}
GoFrame();