phpbar.de logo

Mailinglisten-Archive

[php] =?iso-8859-1?Q?Onmouseover_-_Kompatibilit=E4t?=

[php] =?iso-8859-1?Q?Onmouseover_-_Kompatibilit=E4t?=

Philippe Bretan philippe_(at)_bretan.de
Thu, 27 May 1999 19:57:54 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_0014_01BEA87B.354F8440
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Ich habe folgendes Javascript benutzt:

    function on(nr) {
    if (document.images) {
    document[nr].src =3D "images/"+nr+"2.gif";
    }}
   =20
   =20
    function off(nr) {
    if (document.images) {
    document[nr].src =3D "images/"+nr+".gif";
    }}

Es wird aufgerufen durch ein Onmouseover-Effekt eines Buttons, der eine =
Zahl als Parameter weitergibt, um zu bestimmen, welches Bild mit welchem =
GIF versehen wird. Das funktioniert aber nur im Explorer, nicht in =
Netscape.

Vielen Dank,

Philippe Bretan
Gyropilot

------=_NextPart_000_0014_01BEA87B.354F8440
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">






Ich habe folgendes Javascript=20 benutzt:
 
function = on(nr)=20 {
if = (document.images)=20 {
document[nr].src =3D=20 "images/"+nr+"2.gif";
}}
 
function = off(nr)=20 {
if = (document.images)=20 {
document[nr].src =3D=20 "images/"+nr+".gif";
}}
 
Es wird aufgerufen durch = ein=20 Onmouseover-Effekt eines Buttons, der eine Zahl als Parameter = weitergibt, um zu=20 bestimmen, welches Bild mit welchem GIF versehen wird. Das funktioniert = aber nur=20 im Explorer, nicht in Netscape.
 
Vielen Dank,
 
Philippe Bretan
Gyropilot
------=_NextPart_000_0014_01BEA87B.354F8440--

php::bar PHP Wiki   -   Listenarchive