Some context: I'm working on a project and unfortunately this is one problem of too many to ask about, two programmers before me coded this website so I'm painstakingly sifting through it trying to remove all the bugs. The website runs through an application shell, so it seems like a full screen program but essentially it uses local html, css and js files.
All the issues occur when it is running via the application shell. I cannot share the website with you so I only have screen shots.
So this is the page: http://i196.photobucket.com/albums/aa228/moejoe18/transistions_page.jpg
Those two "incident report" links at the bottom open up the relevant pdfs in a light box like this: http://i196.photobucket.com/albums/aa228/moejoe18/lightbox_example.jpg
You can't tell but this is on the "transitions" page(on the left hand navigation menu). It works fine as long as I go straight to the "transitions" page and click on the "incident report" links. Looking at the left hand menu, if the user navigates from "phases" to "transitions" and then they click on the "incident report links" they get this error: http://i196.photobucket.com/albums/aa228/moejoe18/lightbox_scrit_error.jpg
The html code doesn't even reach 221 lines and it only behaves this way when the user navigates from a certain page and then if you continue to use the links, the pdf opens up full screen and the user cannot quit at all with out ctrl+alt+del'ing.
I have the html and relevant css/js files here: http://jem-designs.com/test_ccw/0903.html You won't see the script errors here because they only occur when being run through the application shell.
In the 0903.html where the "incident report" links sit, I have tried to look for the data-ob="lightbox" element to play with it but I cannot find it. Could that be where the problem resides?
Any help at all would be greatly appreciated.
Thanks all
Moe