Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:12:22 +02:00
parent fb4155128c
commit 236d44ba25
1355 changed files with 5391 additions and 5391 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 http://www.macridesweb.com/oltest/calendarmws_lang.html for a demonstration.
See https://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: http://www.softricks.com
Web Site: https://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: http://www.nordenterprises.com
Developed for use with http://home-owners-assoc.com
Web Site: https://www.nordenterprises.com
Developed for use with https://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!! http://javascript.internet.com
The JavaScript Source!! https://javascript.internet.com
Further modifications made by Foteos Macrides (http://www.macridesweb.com/oltest/),
Bodo Hantschmann (http://www.hantschmann.org) - multi-language support, and
Further modifications made by Foteos Macrides (https://www.macridesweb.com/oltest/),
Bodo Hantschmann (https://www.hantschmann.org) - multi-language support, and
Bill McCormick (wpmccormick@freeshell.org) - draggable support, for overlibmws.
Requires sprintf.js from the overlibmws distribution.