This forum is usurping my browser navigation buttons. e.g. if I'm on a thread to read some post, then click to write a new one or respond, clicking the back key will bring the browser back to DDO's start page, _out_ of the forum, and I have to select the forum again from the top menu and browse again towards the said thread, IF I remember the path... Tedious. Can it be repaired? Or at least, make the underlying code "correct"?

P.S. : I can help you out with the algorithm & code integration (either server side either via Javascript - server side is preferable if your servers can handle caching connected client parameters/variables on top of DB queries), it's very simple and I've done this numerous times as a professional. Not to brag about it, as it's a _very_ common issue, almost all sites who can have control over their web pages NEED to do this, as many 3rd party solutions like Forum apps. don't handle navigation properly (or even break it! Serious and knowledgeable Web code Developers even have such code as a snippet, since almost all "active" Web pages designed to take control of navigation buttons involves the resolution of such issues : keeping control over every possible "States", like a Turing machine, and most sites/Web services who fall down are consequent to a bad explicit definition of those states... I know that by experience, some say "What? Turing machine, state control et. al, are you nuts? We're talking a bout a Web site here"... Well there you go, the laziness/incompetence of the minimalist makes such Web site destroy User navigation, and as such user's experience.).