phpbar.de logo

Mailinglisten-Archive

Onmouseover - Kompatibilität
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Onmouseover - Kompatibilität



Ich habe folgendes Javascript benutzt:
 
function on(nr) {
if (document.images) {
document[nr].src = "images/"+nr+"2.gif";
}}
 
function off(nr) {
if (document.images) {
document[nr].src = "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

Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive