version 1.7, 2004/06/07 17:56:54
|
version 1.8, 2004/06/21 16:19:56
|
Line 201 function dl_init() {
|
Line 201 function dl_init() {
|
return false; |
return false; |
} |
} |
// give a name to the window containing digilib |
// give a name to the window containing digilib |
top.window.name = "digilib"; |
if (dlTarget) { |
|
window.name = dlTarget; |
|
} else { |
|
window.name = "digilib"; |
|
} |
// put the query parameters (sans "?") in the parameters array |
// put the query parameters (sans "?") in the parameters array |
parseParameters(location.search.slice(1)); |
parseParameters(location.search.slice(1)); |
// treat special parameters |
// treat special parameters |