|
Grolier Online
To use Grolier Online with EZproxy, use EZproxy 1.4g (2001-12-09) or later along with the following database configuration:
Title Grolier Online
URL http://go.grolier.com/
DJ grolier.com
Find document.domain = "grolier.com";
Replace document.domain = "^d"; //
Find omain = ".grolier.com"
Replace omain = "^l"
Find "/", ".grolier.com", null
Replace "/", "^l", null
Find domain=.grolier.com
Replace domain=^l
Find setTimeout( "checkForActivity()", 1000 );
Replace setTimeout( "checkForActivity()", 5000 );
Find ((domain) ? "; domain=" + domain : "") +
Replace ((domain) ? "; domain=^l" : "") +
Please note that the line that in the lines with omain =, the omain is not a typo, but rather allows the lines to work with instances
of both Domain and domain.
If you use both BookFlix and Grolier Encyclopedia products,
the Grolier Encyclopedia definition must appear first, followed by
the BookFlix definition.
|