к оглавлению
Кнопка меняющая цвет
Пример:
<html> <head> <title>Кнопка, меняющая цвет</title> </head> <body bgcolor="#333333"> <form onmouseout="change('#404040')" onmouseover="change('yellow')"> <p><input class="initial2" onclick="jumpto2('http://www.webeinfo.by.ru')" type="button" value="Кнопка" style="font-family: MS Sans Serif; font-size: 8; background-color: rgb(0,255,0); font-weight: normal"></p> </form> <script> <!-- function change(color){ var el=event.srcElement if (el.tagName=="INPUT"&&el.type=="button") event.srcElement.style.backgroundColor=color } function jumpto2(url){ window.location=url } //--> </script> </body> </html>
Copyright WebeInfo © 2005-2006
Сайт создан в системе
uCoz