Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 13:57:07 +02:00
parent 6fd85470a3
commit 1b951f5d14
1073 changed files with 4903 additions and 4903 deletions

View File

@ -33,16 +33,16 @@ variables. It should be imported when a page has system controls (e.g., some for
elements, flash objects, applets) which obscure overlib popups. It corrects this
problem for IE v5.5 or higher. For versions of IE lower than v5.5 and for other browsers,
you can use commands in the overlibmws_hide.js plugin module. See the examples in
https://www.macridesweb.com/oltest/hide.html and https://www.macridesweb.com/oltest/flash.html
http://www.macridesweb.com/oltest/hide.html and http://www.macridesweb.com/oltest/flash.html
on how to use those command to hide the system controls when overlib popups are invoked.
The overlibmws_regCore.js module has no overlib() or overlib2() commands, and thus
no configuration variables. It should be imported in frames which will not themselves
import the core module and any plugin modules, but instead will use those in another
frame. See its header for more information. Examples of its use are in
https://www.macridesweb.com/oltest/testFrame.html
http://www.macridesweb.com/oltest/testFrame.html
See the overlibmws Command Reference (https://www.macridesweb.com/oltest/commandRef.html)
See the overlibmws Command Reference (http://www.macridesweb.com/oltest/commandRef.html)
for more information about the commands, configuration variables, and plugin modules.
@ -569,7 +569,7 @@ var ol_printxml="";
// PRINTDOCTYPE - String for DOCTYPE declaration for temporary printing window.
var ol_printdoctype=
'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" '
+'"https://www.w3.org/TR/html4/loose.dtd">';
+'"http://www.w3.org/TR/html4/loose.dtd">';
// PRINTROOT - String for root tag for temporary printing window.
var ol_printroot="<html>";