We seem to be having a javascript issue, where when a patron clicks a particular link it generates a blank page.
The issue can be seen here, when clicking on the "classic catalog" link in the left column
http://dpl-encore.deerfieldlibrary.org/ ... kCFmMashcY
I have added +JavaScript and +about.Blank into URL.txt, otherwise this is on a completely clean install.
The link works fine on the same machines using either Chrome or Internet Explorer
Thank you!
Blank page on specific link click
Moderators: Tyler, Scott, PWB v2 Moderator
Re: Blank page on specific link click
What version of PWB are you using including the minor revision number, for example 2.11.8?
--Scott
--Scott
Re: Blank page on specific link click
Hi Scott,
We have two sets of machines running PWB, one is running 2.11.8 and one is running 2.11.6 with both experiencing the same issue.
I also have 2.11.8 on my personal machine for testing purposes and have tried in 3.03.6 as well.
Thanks
We have two sets of machines running PWB, one is running 2.11.8 and one is running 2.11.6 with both experiencing the same issue.
I also have 2.11.8 on my personal machine for testing purposes and have tried in 3.03.6 as well.
Thanks
Re: Blank page on specific link click
Setting the following in your INI file should correct the issue.
[Browser]
DisableNewWindowInit=True
--Scott
[Browser]
DisableNewWindowInit=True
--Scott
Re: Blank page on specific link click
That did the trick, thanks!