[HTML] pobierz, plaintext <html><head><script type="text/javascript" src="funkcje.js">pomaluj("przycisk");pomaluj("pole");</script></head><body><center><input type="button" value="Wyślij" id="przycisk" name="przycisk"><br><hr><br><input type="text" name="pole" id="pole"></center></body></html>[HTML] pobierz, plaintext
[HTML] pobierz, plaintext function pomaluj(id){ var er; er = document.getElementById(id); er.style.background = 'orange';}[HTML] pobierz, plaintext
[HTML] pobierz, plaintext #przyklad input[type="submit"] { background-color: orange; }[HTML] pobierz, plaintext