Ä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

@ -1,28 +1,28 @@
/*
calendermws_lang.js - Script with multi-language support for generating calender popups
and selecting dates for form submissions.
See https://www.macridesweb.com/oltest/calendarmws_lang.html for a demonstration.
See http://www.macridesweb.com/oltest/calendarmws_lang.html for a demonstration.
Initial (calendarmws.js): November 9, 2003 - Last Revised: November 23, 2006
****
Original: Kedar R. Bhave (softricks@hotmail.com)
Web Site: https://www.softricks.com
Web Site: http://www.softricks.com
(uses window popups)
Modifications and customizations to work with the overLIB v3.50
Author: James B. O'Connor (joconnor@nordenterprises.com)
Web Site: https://www.nordenterprises.com
Developed for use with https://home-owners-assoc.com
Web Site: http://www.nordenterprises.com
Developed for use with http://home-owners-assoc.com
Note: while overlib works fine with Netscape 4, this function does not work very
well, since portions of the "over" div end up under other fields on the form and
cannot be seen. If you want to use this with NS4, you'll need to change the
positioning in the overlib() call to make sure the "over" div gets positioned
away from all other form fields
The O'Connor script and many more are available free online at:
The JavaScript Source!! https://javascript.internet.com
The JavaScript Source!! http://javascript.internet.com
Further modifications made by Foteos Macrides (https://www.macridesweb.com/oltest/),
Bodo Hantschmann (https://www.hantschmann.org) - multi-language support, and
Further modifications made by Foteos Macrides (http://www.macridesweb.com/oltest/),
Bodo Hantschmann (http://www.hantschmann.org) - multi-language support, and
Bill McCormick (wpmccormick@freeshell.org) - draggable support, for overlibmws.
Requires sprintf.js from the overlibmws distribution.