Sayfanın Zemin Rengini Değiştiren Düğmeler

Aşağıdaki kodları <body> kodundan sonra istediğiniz bir yere yapıştırın.

 

view source

print?

01.<script language=”JavaScript”>

02.<!–

03.// please keep these lines on when you copy the source

04.// made by: Nicolas – http://www.javascript-page.com

05.

06.function backbs(clr) {

07.document.bgColor = clr

08.}

09.

10.//–>

11.</script>

12.<form>

13.<input type=”button” value=”Aqua” onclick=”backbs(‘aqua’)”>

14.<input type=”button” value=”Yellow” onclick=”backbs(‘yellow’)”>

15.<input type=”button” value=”Khaki” onclicke=”backbs(‘khaki’)”>

16.<input type=”button” value=”White” onclick=”backbs(‘white’)”>

17.<input type=”button” value=”Gray” onclick=”backbs(‘gray’)”>

18.</form>

Kategoriler: Javascript