Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript dynamic page replacing content issue Re: dynamic page replacing content issue

#77328
georgedrag
Member

Well, I figured out a workaround…
Since the tabs worked when I load the page directly (instead of dynamically), I just added a condition to the dynamicpage script:

if (newHash == ‘bio.html’) {window.location = ‘bio.html’}

so that it redirects to the actual html page.

Really not sure if this is the best way to go about it, but it works! ^_^