Autor Zpráva
Petr_K
Profil *
Ahoj.
Našel jsem na stránkách www.jakpsatweb.cz simulaci tlačítka zpět.
<input type=button onclick="history.back()" value="Zpět">

Potřeboval bych aby mělo jiný vzhled,měnící se obrázek.
<img src="obr.gif" onmouseover="this.src = 'obr1.gif'" onmouseout="this.src = 'obr.gif'"></span>

Prosím,jak to mám udělat.
Díkes.
habendorf
Profil
<img src="obr.gif" onmouseover="this.src = 'obr1.gif'" onmouseout="this.src = 'obr.gif'" onclick="history.back()" />
Toto téma je uzamčeno. Odpověď nelze zaslat.

0