![]() |
|
| |||||||
|
| WebMasTer SiTeSi |
| | Seçenekler |
|
#1
| ||||
| | ||||
Javascript butona tıklandığında arkaplan rengini değiştirmeHTML-Kodu: <!-- TWO STEPS TO INSTALL BACKGROUND COLOR CHANGER: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Original: Sandy McKay () --> <!-- Begin function newbg(thecolor) { document.bgColor=thecolor; } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <div align="center"> <form> <input type="button" value="White" onclick="newbg('white');"> <input type="button" value="Blue" onclick="newbg('blue');"> <input type="button" value="Beige" onclick="newbg('Beige');"> <input type="button" value="Yellow" onclick="newbg('yellow');"> </form> </div> <p><center> <font face="arial, helvetica" size"-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p> <!-- Script Size: 1.12 KB --> |
![]() |
| Arama Etiketleri: arkaplan, butona, degistirme, javascript, rengini, tiklandiginda |
| Seçenekler | |
| |
Benzer Konular | ||||
| Konu | Konu Açanlar | Forum | Cevaplar | Güncel Mesajlar |
| Harici Ortamdaki Butona Tıklamak | Celebrian | Delphi | 0 | 24-12-2007 01:56 |
| Aranan kelimenin arkaplan rengini değiştirme | egitimbilgisi | Asp kodları | 0 | 27-11-2007 06:59 |
| javascript resme tıklandığında resimi arkaplan yapma | banias | Javascript kodları | 0 | 25-11-2007 09:13 |
| Giysilerin Rengini Değiştirme | Professionel | Photoshop | 0 | 23-11-2007 02:46 |
| Buton ile arka plan rengini değiştirme | omerfaruktemiz | Html kodları | 1 | 05-10-2007 11:54 |
![]() |