hallo,
kann mir jemand kurz anhand eines beispiels erklären,
wie man mouseover-mouseout innerhalb
eines php-scriptes einfuegt.
So sieht es bei mir aus:
....
echo "<html><head><title></title>";
echo "<link rel=\"stylesheet\" href=\"styles.css\" type=\"text/css\">";
echo "<script src=\"pruefen.js\" type=\"text/javascript\"></script></head>";
echo "<body>";
.....
echo "<td bgcolor=$color>$zeile[1] ";
echo "onMouseOver=\"java script: ";
echo "this.innerHTML='$use2[0]' ";
echo "onMouseout=\" this.innerHTML='$zeile[1]'\">
echo "</td>";
Ziemlich chaotisch, was?
Vielen Dank.
pseo
kann mir jemand kurz anhand eines beispiels erklären,
wie man mouseover-mouseout innerhalb
eines php-scriptes einfuegt.
So sieht es bei mir aus:
....
echo "<html><head><title></title>";
echo "<link rel=\"stylesheet\" href=\"styles.css\" type=\"text/css\">";
echo "<script src=\"pruefen.js\" type=\"text/javascript\"></script></head>";
echo "<body>";
.....
echo "<td bgcolor=$color>$zeile[1] ";
echo "onMouseOver=\"java script: ";
echo "this.innerHTML='$use2[0]' ";
echo "onMouseout=\" this.innerHTML='$zeile[1]'\">
echo "</td>";
Ziemlich chaotisch, was?
Vielen Dank.
pseo
Kommentar