Server geändert
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
/*
|
||||
BabelFish.js - Script for using the AltaVista BabelFish translation service.
|
||||
Adapted by Foteos Macrides for use with the overlibmws code set.
|
||||
See http://www.macridesweb.com/oltest/BabelFish.html for a demonstration.
|
||||
See https://www.macridesweb.com/oltest/BabelFish.html for a demonstration.
|
||||
Initial: October 26, 2003 - Last Revised: April 17, 2004
|
||||
*/
|
||||
OLtrans_en = new Image();
|
||||
OLtrans_en.src = "http://babelfish.altavista.com/static/i/af/trans_en.gif"
|
||||
OLtrans_en.src = "https://babelfish.altavista.com/static/i/af/trans_en.gif"
|
||||
OLtrans_en_off = new Image();
|
||||
OLtrans_en_off.src = "http://babelfish.altavista.com/static/i/af/trans_en_off.gif"
|
||||
OLtrans_en_off.src = "https://babelfish.altavista.com/static/i/af/trans_en_off.gif"
|
||||
|
||||
var OLbfURL = location.href;
|
||||
|
||||
@ -17,42 +17,42 @@ var BabelFish =
|
||||
+'<p align="center"><strong>Note:</strong> This page can be viewed in a different language by '
|
||||
+'selecting the corresponding flag below.</p>'
|
||||
+'<p align="center">'
|
||||
+'<!--script type="text/javascript" src="http://www.altavista.com/r?entr"></script-->'
|
||||
+'<!--script type="text/javascript" src="https://www.altavista.com/r?entr"></script-->'
|
||||
+'<Map name="translate_eng">'
|
||||
+'<AREA COORDS="0,1,129,38" SHAPE="rect" target="translate" '
|
||||
+'title="Go to Babel Fish home page/" '
|
||||
+'href="http://babelfish.altavista.com">'
|
||||
+'href="https://babelfish.altavista.com">'
|
||||
+'<AREA COORDS="5,110,32,126" SHAPE="rect" target="translate" '
|
||||
+'title="Translate English to Chinese." '
|
||||
+'href="http://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_zh">'
|
||||
+'href="https://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_zh">'
|
||||
+'<AREA COORDS="38,110,65,126" SHAPE="rect" target="translate" '
|
||||
+'title="Translate English to German." '
|
||||
+'href="http://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_de">'
|
||||
+'href="https://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_de">'
|
||||
+'<AREA COORDS="70,110,95,126" SHAPE="rect" target="translate" '
|
||||
+'title="Translate English to Japanese." '
|
||||
+'href="http://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_ja">'
|
||||
+'href="https://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_ja">'
|
||||
+'<AREA COORDS="99,110,123,126" SHAPE="rect" target="translate" '
|
||||
+'title="Translate English to Korean." '
|
||||
+'href="http://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_ko">'
|
||||
+'href="https://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_ko">'
|
||||
+'<AREA COORDS="8,130,31,146" SHAPE="rect" target="translate" '
|
||||
+'title="Translate English to French." '
|
||||
+'href="http://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_fr">'
|
||||
+'href="https://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_fr">'
|
||||
+'<AREA COORDS="39,130,65,146" SHAPE="rect" target="translate" '
|
||||
+'title="Translate English to Italian." '
|
||||
+'href="http://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_it">'
|
||||
+'href="https://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_it">'
|
||||
+'<AREA COORDS="70,130,93,146" SHAPE="rect" target="translate" '
|
||||
+'title="Translate English to Portuguese." '
|
||||
+'href="http://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_pt">'
|
||||
+'href="https://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_pt">'
|
||||
+'<AREA COORDS="100,130,125,146" SHAPE="rect" target="translate" '
|
||||
+'title="Translate English to Spanish." '
|
||||
+'href="http://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_es">'
|
||||
+'href="https://babelfish.altavista.com/babelfish/tr?doit=done&url='+OLbfURL+'&lp=en_es">'
|
||||
+'</Map>'
|
||||
+'<img src="http://babelfish.altavista.com/static/i/af/trans_en.gif" '
|
||||
+'<img src="https://babelfish.altavista.com/static/i/af/trans_en.gif" '
|
||||
+'width="131" height="156" usemap="#translate_eng" border="0"><br></p>'
|
||||
+'<p align="center">The translations are done via the AltaVista Babel Fish service.</p></div>';
|
||||
}else{
|
||||
var BabelFish =
|
||||
'<div class="babelfish"><p align="center">'
|
||||
+'<img src="http://babelfish.altavista.com/static/i/af/trans_en_off.gif" '
|
||||
+'<img src="https://babelfish.altavista.com/static/i/af/trans_en_off.gif" '
|
||||
+'width="131" height="156" border="0"></p></div>';
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
is a quoted string, or unquoted string variable name or array entry, with
|
||||
the full, relative, or partial URL for a file or a server-side script (php,
|
||||
asp, or cgi, e.g. perl), and may have a query string appended (e.g.,
|
||||
'http://my.domain.com/scripts/myScript.php?foo=bar&life=grand').
|
||||
'https://my.domain.com/scripts/myScript.php?foo=bar&life=grand').
|
||||
And:
|
||||
command (required)
|
||||
is the function reference (unquoted name without parens) of a function to
|
||||
@ -50,7 +50,7 @@
|
||||
is the string to be posted, typically a query string (without a lead ?)
|
||||
and the other arguments are as above.
|
||||
|
||||
See http://www.macridesweb.com/oltest/AJAX.html for more information.
|
||||
See https://www.macridesweb.com/oltest/AJAX.html for more information.
|
||||
*/
|
||||
|
||||
// Initialize our global variables for this function set.
|
||||
|
@ -1,26 +1,26 @@
|
||||
/*
|
||||
calendermws.js - Script for generating calender popups and selecting dates for form
|
||||
submissions. See http://www.macridesweb.com/oltest/calendarmws.html for a demonstration.
|
||||
submissions. See https://www.macridesweb.com/oltest/calendarmws.html for a demonstration.
|
||||
Initial: 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/)
|
||||
Further modifications made by Foteos Macrides (https://www.macridesweb.com/oltest/)
|
||||
and Bill McCormick (wpmccormick@freeshell.org) for overlibmws
|
||||
*/
|
||||
|
||||
|
@ -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.
|
||||
|
@ -3,8 +3,8 @@
|
||||
Initial: October 10, 2004 - Last Revised: November 11, 2006
|
||||
Scripts for using HTML documents as iframe content in overlibmws popups.
|
||||
|
||||
See http://www.macridesweb.com/oltest/IFRAME.html
|
||||
and http://www.macridesweb.com/oltest/AJAX.html#ajaxex3
|
||||
See https://www.macridesweb.com/oltest/IFRAME.html
|
||||
and https://www.macridesweb.com/oltest/AJAX.html#ajaxex3
|
||||
for more information.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
"https://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1">
|
||||
@ -10,19 +10,19 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
var OLbubbleImageDir='http://www.macridesweb.com/oltest/';
|
||||
var OLbubbleImageDir='https://www.macridesweb.com/oltest/';
|
||||
var OLbubbleImages='flower';
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script type="text/javascript"
|
||||
src="http://www.macridesweb.com/oltest/overlibmws.js"></script>
|
||||
src="https://www.macridesweb.com/oltest/overlibmws.js"></script>
|
||||
<script type="text/javascript"
|
||||
src="http://www.macridesweb.com/oltest/overlibmws_filter.js"></script>
|
||||
src="https://www.macridesweb.com/oltest/overlibmws_filter.js"></script>
|
||||
<script type="text/javascript"
|
||||
src="http://www.macridesweb.com/oltest/overlibmws_bubble.js"></script>
|
||||
src="https://www.macridesweb.com/oltest/overlibmws_bubble.js"></script>
|
||||
<script type="text/javascript"
|
||||
src="http://www.macridesweb.com/oltest/overlibmws_shadow.js"></script>
|
||||
src="https://www.macridesweb.com/oltest/overlibmws_shadow.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
@ -32,9 +32,9 @@ OLpageDefaults(TEXTPADDING,6,CAPTIONPADDING,6,WRAP,
|
||||
|
||||
// Preload backgound images.
|
||||
rainbowline=new Image();
|
||||
rainbowline.src="http://www.macridesweb.com/image/rainbowline.gif"
|
||||
rainbowline.src="https://www.macridesweb.com/image/rainbowline.gif"
|
||||
rb=new Image();
|
||||
rb.src="http://www.macridesweb.com/image/rb.jpg"
|
||||
rb.src="https://www.macridesweb.com/image/rb.jpg"
|
||||
// -->
|
||||
</script>
|
||||
|
||||
@ -73,7 +73,7 @@ a:hover {color:#FF00FF}
|
||||
<br><br>
|
||||
Note that this license only covers the script library (javascript core and plugin modules)
|
||||
and not any supporting material such as the <span class="purple14">overlibmws</span> <a
|
||||
href="http://www.macridesweb.com/oltest/"
|
||||
href="https://www.macridesweb.com/oltest/"
|
||||
onmouseover="return overlib('Link to the Download and Test Directory for '
|
||||
+'<span class=\'purple14\'><i>overlibmws</i></span>',
|
||||
TEXTFONTCLASS,'myText', VAUTO, OFFSETY,20, CENTER, FGCOLOR,'#cceeff');"
|
||||
@ -210,17 +210,17 @@ a:hover {color:#FF00FF}
|
||||
<tr>
|
||||
<td width="90" align="right" valign="middle" class="myText">
|
||||
<a
|
||||
href="http://www.macridesweb.com/oltest/"
|
||||
href="https://www.macridesweb.com/oltest/"
|
||||
onmousemove="if(OLie55)self.status=this.href;"
|
||||
onmouseover="return overlib(
|
||||
'Popups by <span class=\'purple14\'><i>overlibmws</i></span>',
|
||||
REF,'logo',REFX,96,REFY,-4,BORDER,3,BASE,3,TEXTPADDING,4,TEXTFONTCLASS,'oltxt14',
|
||||
FGBACKGROUND,'http://www.macridesweb.com/image/rb.jpg',
|
||||
BGBACKGROUND,'http://www.macridesweb.com/image/rainbowline.gif');"
|
||||
FGBACKGROUND,'https://www.macridesweb.com/image/rb.jpg',
|
||||
BGBACKGROUND,'https://www.macridesweb.com/image/rainbowline.gif');"
|
||||
onmouseout="nd();"><img
|
||||
name='logo' id="logo"
|
||||
width="88" height="31" hspace="10" vspace="10" align="right" border="0" alt=""
|
||||
src="http://www.macridesweb.com/image/overlibmwslogo.gif"></a><br>
|
||||
src="https://www.macridesweb.com/image/overlibmwslogo.gif"></a><br>
|
||||
</td>
|
||||
<td valign="middle" class="snip">
|
||||
Copyright Foteos Macrides<br>
|
||||
@ -237,11 +237,11 @@ a:hover {color:#FF00FF}
|
||||
+'and its support materials at this site are <br>free to download and use, but '
|
||||
+'voluntary donations via PayPal are<br>appreciated (donations via PayPal are fast, '
|
||||
+'simple, and secure).',TEXTPADDING,8,FGCOLOR,'#bbddff',
|
||||
FGBACKGROUND,'http://www.macridesweb.com/image/rb.jpg',
|
||||
FGBACKGROUND,'https://www.macridesweb.com/image/rb.jpg',
|
||||
REF,'logo',REFC,'UL',REFP,'LL',REFX,-10,REFY,-10,TEXTFONTCLASS,'txtb12',BORDER,6,BASE,6,
|
||||
BGBACKGROUND,'http://www.macridesweb.com/image/rainbowline.gif');"
|
||||
BGBACKGROUND,'https://www.macridesweb.com/image/rainbowline.gif');"
|
||||
onmouseout="nd();"><img
|
||||
src="http://www.macridesweb.com/image/PayPalDonate.gif"
|
||||
src="https://www.macridesweb.com/image/PayPalDonate.gif"
|
||||
width="62" height="31" border="0"
|
||||
alt=""></a><br>
|
||||
</td>
|
||||
@ -252,10 +252,10 @@ a:hover {color:#FF00FF}
|
||||
TEXTFONTCLASS,'comic20',REF,'w3c',REFC,'UR',REFP,'LR',REFX,73,REFY,2,
|
||||
FILTERSHADOW,1,FILTERSHADOWCOLOR,'#00B000');"
|
||||
onmouseout="nd();"
|
||||
href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.macridesweb.com%2Foltest%2Flicense.html"><img
|
||||
href="https://validator.w3.org/check?uri=http%3A%2F%2Fwww.macridesweb.com%2Foltest%2Flicense.html"><img
|
||||
name="w3c" id="w3c"
|
||||
border="0" height="31" width="88" alt="" hspace="6"
|
||||
src="http://www.macridesweb.com/image/valid-html401.gif"></a><br>
|
||||
src="https://www.macridesweb.com/image/valid-html401.gif"></a><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 675 B |
@ -6,7 +6,7 @@
|
||||
argument is respected (unless the CAPTION plus CLOSETEXT widths add up to more
|
||||
than the width argument, in which case you should increase the width argument).
|
||||
|
||||
See http://www.macridesweb.com/oltest/overflow.html for demonstrations.
|
||||
See https://www.macridesweb.com/oltest/overflow.html for demonstrations.
|
||||
*/
|
||||
|
||||
function OLobjectContent(data, width, height, name) {
|
||||
|
@ -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
|
||||
http://www.macridesweb.com/oltest/hide.html and http://www.macridesweb.com/oltest/flash.html
|
||||
https://www.macridesweb.com/oltest/hide.html and https://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
|
||||
http://www.macridesweb.com/oltest/testFrame.html
|
||||
https://www.macridesweb.com/oltest/testFrame.html
|
||||
|
||||
See the overlibmws Command Reference (http://www.macridesweb.com/oltest/commandRef.html)
|
||||
See the overlibmws Command Reference (https://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" '
|
||||
+'"http://www.w3.org/TR/html4/loose.dtd">';
|
||||
+'"https://www.w3.org/TR/html4/loose.dtd">';
|
||||
|
||||
// PRINTROOT - String for root tag for temporary printing window.
|
||||
var ol_printroot="<html>";
|
||||
|
@ -6,11 +6,11 @@
|
||||
though only a minority of the code and API now correspond with Erik's version.
|
||||
See the overlibmws Change History and Command Reference via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
Give credit on sites that use overlibmws and submit changes so others can use them as well.
|
||||
You can get Erik's version via: http://www.bosrup.com/web/overlib/
|
||||
You can get Erik's version via: https://www.bosrup.com/web/overlib/
|
||||
*/
|
||||
|
||||
// PRE-INIT -- Ignore these lines, configuration is below.
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: July 26, 2003 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: August 3, 2003 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: July 26, 2003 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: August 24, 2002 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: November 7, 2003 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: November 27, 2003 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: August 18, 2002 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: November 13, 2003 - Last Revised: March 10, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: October 19, 2003 - Last Revised: April 22, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: November 15, 2006 - Last Revised: July 7, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;var OLmodalCmds='modal';OLregCmds(OLmodalCmds);
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: July 14, 2003 - Last Revised: July 7, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: April 25, 2005 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
@ -29,7 +29,7 @@ if(OLud('printcssfile'))var ol_printcssfile="";
|
||||
if(OLud('printxml'))var ol_printxml="";
|
||||
if(OLud('printdoctype'))var ol_printdoctype=
|
||||
'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" '
|
||||
+'"http://www.w3.org/TR/html4/loose.dtd">';
|
||||
+'"https://www.w3.org/TR/html4/loose.dtd">';
|
||||
if(OLud('printroot'))var ol_printroot="<html>";
|
||||
if(OLud('printtype'))var ol_printtype="text/html";
|
||||
if(OLud('printcharset'))var ol_printcharset="iso-8859-1";
|
||||
|
@ -11,9 +11,9 @@
|
||||
Initial: August 3, 2003 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
var OLloaded=0,OLpmCnt=1,OLpMtr=new Array();
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: October 20, 2002 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: July 14, 2003 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -3,7 +3,7 @@
|
||||
* "p" and "n" are not supported due to language restrictions)
|
||||
*
|
||||
* Copyright 2003 K&L Productions. All rights reserved
|
||||
* http://www.klproductions.com
|
||||
* https://www.klproductions.com
|
||||
*
|
||||
* Terms of use: This function can be used free of charge IF this header is not
|
||||
* modified and remains with the function code.
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
"https://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
@ -17,7 +17,7 @@
|
||||
// Popup for Email
|
||||
function olmail()
|
||||
{
|
||||
olmailwin=window.open('http://www.macridesweb.com/cgi/olmail.cgi','olmail',
|
||||
olmailwin=window.open('https://www.macridesweb.com/cgi/olmail.cgi','olmail',
|
||||
'resizable=0,width=620,height=460,status=0,location=0,toolbar=1,menubar=0,'+
|
||||
'scrolling=0,screenX=90,left=90,screenY=0,top=0');
|
||||
olmailwin.focus();
|
||||
|
@ -6,11 +6,11 @@
|
||||
though only a minority of the code and API now correspond with Erik's version.
|
||||
See the overlibmws Change History and Command Reference via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
Give credit on sites that use overlibmws and submit changes so others can use them as well.
|
||||
You can get Erik's version via: http://www.bosrup.com/web/overlib/
|
||||
You can get Erik's version via: https://www.bosrup.com/web/overlib/
|
||||
*/
|
||||
|
||||
// PRE-INIT -- Ignore these lines, configuration is below.
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: August 3, 2003 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: November 13, 2003 - Last Revised: March 10, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: October 19, 2003 - Last Revised: April 22, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -4,9 +4,9 @@
|
||||
Initial: July 14, 2003 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
OLloaded=0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
|
||||
<html><head>
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
|
||||
<html><head>
|
||||
|
||||
|
||||
@ -54,13 +54,13 @@ a:hover {color:#ff00ff;}
|
||||
<table align="center" border="0" cellpadding="0" cellspacing="0" width="88%">
|
||||
<tbody><tr>
|
||||
<td class="text14">
|
||||
<strong>The overlib popup<br>examples use<br><a name="download" id="download" target="_top" href="http://www.macridesweb.com/oltest/" onmouseover="return overlib('See the '
|
||||
<strong>The overlib popup<br>examples use<br><a name="download" id="download" target="_top" href="https://www.macridesweb.com/oltest/" onmouseover="return overlib('See the '
|
||||
+'<span class=\'purple14\'><i>overlibmws</i></span> '
|
||||
+'Download and Test Directory.',
|
||||
WIDTH,156, REF,'download',REFP,'UL', REFY,35, BASE,2, TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf', TEXTPADDING,4, FRAME,parent.menu);" onmouseout="nd();">overlibmws</a><br>
|
||||
and its<br>
|
||||
<a name="commands" id="commands" target="_top" href="http://www.macridesweb.com/oltest/commandRef.html" onmouseover="return overlib('See the '
|
||||
<a name="commands" id="commands" target="_top" href="https://www.macridesweb.com/oltest/commandRef.html" onmouseover="return overlib('See the '
|
||||
+'<span class=\'purple14\'><i>overlibmws</i></span> '
|
||||
+'Command Reference.',
|
||||
WIDTH,156, REF,'commands', REFP,'LL', BASE,2, TEXTFONTCLASS,'text12',
|
||||
@ -72,7 +72,7 @@ a:hover {color:#ff00ff;}
|
||||
<table align="center" border="0" cellpadding="0" cellspacing="0" width="85%">
|
||||
<tbody><tr>
|
||||
<td class="text12">
|
||||
<strong><br>See the Microsoft<br><a name="create" id="create" target="_top" href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/createpopup.asp" onmouseover="return overlib('See the MS docs for window.createPopup. ',
|
||||
<strong><br>See the Microsoft<br><a name="create" id="create" target="_top" href="https://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/createpopup.asp" onmouseover="return overlib('See the MS docs for window.createPopup. ',
|
||||
WIDTH,150, REF,'create',REFP,'LL', BASE,2, TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf', TEXTPADDING,4, FRAME,parent.menu);" onmouseout="nd();">documentation</a> for<br>window.createPopup.<br></strong>
|
||||
</td>
|
||||
@ -82,15 +82,15 @@ a:hover {color:#ff00ff;}
|
||||
<table align="center" border="0" cellpadding="0" cellspacing="0" width="85%">
|
||||
<tbody><tr>
|
||||
<td class="text12">
|
||||
<strong><br>See examples for <a name="myform" id="myform" target="_top" href="http://www.macridesweb.com/oltest/hide.html" onmouseover="return overlib(
|
||||
<strong><br>See examples for <a name="myform" id="myform" target="_top" href="https://www.macridesweb.com/oltest/hide.html" onmouseover="return overlib(
|
||||
'Hide form fields with system controls in non-frame documents.',
|
||||
WIDTH,145, REF,'myform', REFP,'LL', BASE,2, TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf', TEXTPADDING,4, FRAME,parent.menu);" onmouseout="nd();">form</a> fields,<br>
|
||||
<a name="myflash" id="myflash" target="_top" href="http://www.macridesweb.com/oltest/flashWmode.html" onmouseover="return overlib(
|
||||
<a name="myflash" id="myflash" target="_top" href="https://www.macridesweb.com/oltest/flashWmode.html" onmouseover="return overlib(
|
||||
'Hide system controls such as flash objects in non-frame documents.',
|
||||
WIDTH,145, REF,'myflash', REFP,'LL', BASE,2, TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf', TEXTPADDING,4, FRAME,parent.menu);" onmouseout="nd();">flash</a> objects, and<br>
|
||||
<a name="myapplet" id="myapplet" target="_top" href="http://www.macridesweb.com/oltest/applet.html" onmouseover="return overlib(
|
||||
<a name="myapplet" id="myapplet" target="_top" href="https://www.macridesweb.com/oltest/applet.html" onmouseover="return overlib(
|
||||
'Hide system controls such as applets in non-frame documents.',
|
||||
WIDTH,145, REF,'myapplet', REFP,'LL', BASE,2, TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf', TEXTPADDING,4, FRAME,parent.menu);" onmouseout="nd();">applets</a></strong>
|
||||
@ -101,7 +101,7 @@ a:hover {color:#ff00ff;}
|
||||
<table align="center" border="0" cellpadding="0" cellspacing="0">
|
||||
<tbody><tr>
|
||||
<td class="myText" align="right" valign="middle" width="90">
|
||||
<br><a target="_top" href="http://www.macridesweb.com/oltest/" onmouseover="return overlib('Popups by<br>'
|
||||
<br><a target="_top" href="https://www.macridesweb.com/oltest/" onmouseover="return overlib('Popups by<br>'
|
||||
+'<span class=\'purple14\'><i>overlibmws</i></span>',
|
||||
WRAP,REF,'copyright',REFP,'LL',REFX,-5,REFY,-5,BASE,2,TEXTPADDING,4,TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf',FRAME,parent.menu);" onmouseout="nd();"><img name="copyright" id="copyright" alt="" src="testMenu_data/overlibmwslogo.gif" align="right" border="0" height="31" hspace="10" vspace="0" width="88"></a><br>
|
||||
|
@ -11,9 +11,9 @@
|
||||
Initial: August 3, 2003 - Last Revised: January 1, 2007
|
||||
See the Change History and Command Reference for overlibmws via:
|
||||
|
||||
http://www.macridesweb.com/oltest/
|
||||
https://www.macridesweb.com/oltest/
|
||||
|
||||
Published under an open source license: http://www.macridesweb.com/oltest/license.html
|
||||
Published under an open source license: https://www.macridesweb.com/oltest/license.html
|
||||
*/
|
||||
|
||||
var OLloaded=0,OLpmCnt=1,OLpMtr=new Array();
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
|
||||
<html><head>
|
||||
|
||||
|
||||
@ -73,7 +73,7 @@ a:hover {color:#ff00ff;}
|
||||
<!--
|
||||
flashBanner();
|
||||
//-->
|
||||
</script><object id="banner" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" height="70" width="300"> <param name="movie" value="banner.swf"> <param name="quality" value="high"> <param name="wmode" value="window"> <param name="bgcolor" value="#990000"> <embed name="banner" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="testScene_data/banner.swf" quality="high" wmode="window" bgcolor="#990000" height="70" width="300"> </object>
|
||||
</script><object id="banner" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" height="70" width="300"> <param name="movie" value="banner.swf"> <param name="quality" value="high"> <param name="wmode" value="window"> <param name="bgcolor" value="#990000"> <embed name="banner" type="application/x-shockwave-flash" pluginspace="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="testScene_data/banner.swf" quality="high" wmode="window" bgcolor="#990000" height="70" width="300"> </object>
|
||||
</div>
|
||||
|
||||
<p class="text10" align="center">
|
||||
@ -98,9 +98,9 @@ a:hover {color:#ff00ff;}
|
||||
<tbody><tr>
|
||||
<td class="text12">
|
||||
Plugin module <strong>overlibmws_iframe.js</strong> is being used to
|
||||
prevent obscuring of overlib popups for IE v5.5 or higher via an <a target="_top" href="http://www.macridesweb.com/oltest/IframeShim.html" onmouseover="return overlib('Go to the iframe shim article.',
|
||||
prevent obscuring of overlib popups for IE v5.5 or higher via an <a target="_top" href="https://www.macridesweb.com/oltest/IframeShim.html" onmouseover="return overlib('Go to the iframe shim article.',
|
||||
WRAP, REF,'ifshim',REFX,-16,REFY,18, BASE,2, TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf', FRAME,parent.scene);" onmouseout="nd();">iframe shim</a> (as opposed to <a target="_top" href="http://www.macridesweb.com/oltest/IFRAME.html" onmouseover="return overlib('See an example of iframe as popup content.',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf', FRAME,parent.scene);" onmouseout="nd();">iframe shim</a> (as opposed to <a target="_top" href="https://www.macridesweb.com/oltest/IFRAME.html" onmouseover="return overlib('See an example of iframe as popup content.',
|
||||
WRAP, REF,'ifshim',REFX,-63,REFY,18, BASE,2, TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf', FRAME,parent.scene);" onmouseout="nd();">iframe content</a>). For other old versions of browsers that
|
||||
need it, plugin module <strong>overlibmws_hide.js</strong> also is imported and
|
||||
@ -108,11 +108,11 @@ a:hover {color:#ff00ff;}
|
||||
to hide and restore the form element if needed in conjunction with display and removal
|
||||
of the popup in the cross frame, whereas its <strong>HIDEBYIDALL</strong> command is
|
||||
used to hide the system control (flash object) in this frame. <strong>Also
|
||||
see</strong> examples with <a name="nest" id="nest" target="_top" href="http://www.macridesweb.com/oltest/CrossFrame/" onmouseover="return overlib(
|
||||
see</strong> examples with <a name="nest" id="nest" target="_top" href="https://www.macridesweb.com/oltest/CrossFrame/" onmouseover="return overlib(
|
||||
'See use of iframe shims or hide features across nested framesets.',
|
||||
WRAP, REF,'nest',REFP,'LR',REFX,50, BASE,2, TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf', FRAME,parent.scene);" onmouseout="nd();">nested</a> framesets, as well as an example which deals with the flash
|
||||
object by setting its <a name="wm" id="wm" target="_top" href="http://www.macridesweb.com/oltest/flashWmode.html" onmouseover="return overlib(
|
||||
object by setting its <a name="wm" id="wm" target="_top" href="https://www.macridesweb.com/oltest/flashWmode.html" onmouseover="return overlib(
|
||||
'See use of wmode in flash objects.',
|
||||
WRAP, REF,'wm',REFP,'LL',REFX,-5, BASE,2, TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf', FRAME,parent.scene);" onmouseout="nd();">wmode</a> to <em>transparent</em>.<br>
|
||||
@ -148,7 +148,7 @@ a:hover {color:#ff00ff;}
|
||||
<table align="center" bgcolor="#ccddff" border="0" cellpadding="0" cellspacing="0">
|
||||
<tbody><tr>
|
||||
<td class="myText" align="right" valign="middle" width="90">
|
||||
<a target="_top" href="http://www.macridesweb.com/oltest/" onmouseover="return overlib(
|
||||
<a target="_top" href="https://www.macridesweb.com/oltest/" onmouseover="return overlib(
|
||||
'Popups by <span class=\'purple14\'><i>overlibmws</i></span>',
|
||||
WRAP,REF,'logo',REFX,97,REFY,-3,BASE,2,TEXTPADDING,4,TEXTFONTCLASS,'text12',
|
||||
SHADOW,SHADOWCOLOR,'#cf33cf',FRAME,parent.scene);" onmouseout="nd();"><img name="logo" id="logo" alt="" src="testMenu_data/overlibmwslogo.gif" align="right" border="0" height="31" hspace="10" vspace="10" width="88"></a><br>
|
||||
|
@ -3,7 +3,7 @@ function flashBanner(){
|
||||
'<object'
|
||||
+' id="banner"'
|
||||
+' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
|
||||
+' codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"'
|
||||
+' codebase="https://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"'
|
||||
+' width="300" height="70">'
|
||||
+' <param name="movie" value="banner.swf">'
|
||||
+' <param name="quality" value="high">'
|
||||
@ -12,7 +12,7 @@ function flashBanner(){
|
||||
+' <embed'
|
||||
+' name="banner"'
|
||||
+' type="application/x-shockwave-flash"'
|
||||
+' pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"'
|
||||
+' pluginspace="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"'
|
||||
+' width="300" height="70"'
|
||||
+' src="banner.swf"'
|
||||
+' quality="high"'
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/REC-html4/frameset.dtd">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "https://www.w3.org/TR/REC-html4/frameset.dtd">
|
||||
<html><head>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user