DLepisodes.com
New Member
I'm looking to see if it is possible to have a section on a page that is totally static across a whole site. By that I mean an area (say a div in a navigation bar) that doesn't get reloaded each time a user goes to a different page on the site.The problem I am having is that I am running a bunch of javascript that detects some conditions and displays a message to the user in the navigation bar based on the results of the code. At the moment, each time the user goes to a different page the tests are re-run (taking approx 10 seconds to timeout and get a message back) before the message can be updated in the navigation bar. When a user goes to a different page, the process starts all over again.What I'm looking for is a way to make said navigation bar static across all pages so the code can be run once to get the correct message to display and that won't change as the user navigates the site. Not sure this is possible but want to check all avenues before I do a redesign to make it more user friendly.