Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,188 members, 7,818,614 topics. Date: Sunday, 05 May 2024 at 07:50 PM

I Want To Turn On Or Off The Bulb By Clicking - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / I Want To Turn On Or Off The Bulb By Clicking (1651 Views)

Follow A Topic By Clicking On The "Follow" Icon. / Control Your Room Light Bulb Over The Internet Using A Smart Phone / How To Turn One Topic Into Six Blog Posts (2) (3) (4)

(1) (Reply) (Go Down)

I Want To Turn On Or Off The Bulb By Clicking by melodyafsana(f): 9:25am On May 18, 2016
<img id="myImage" onclick="changeImage()" src="pic_bulboff.gif" width="100px" height="180px"/>
<p>Click the light bulb to turn on/off the light.</p>
<script>
function changeImage() {
var image = document.getElementById('myImage');
if (image.src.match("bulbon"wink) {image.src = "pic_bulboff.gif"; }
else {image.src = "pic_bulboff.gif"; }
}
</script>


What is the problem with this codex. I want to turn on or off the light but it's just staying on. Lost my control!! too much annoying programming! angry angry angry

Re: I Want To Turn On Or Off The Bulb By Clicking by jemype(m): 9:30am On May 18, 2016
melodyafsana:
<img id="myImage" onclick="changeImage()" src="pic_bulboff.gif" width="100px" height="180px"/>
<p>Click the light bulb to turn on/off the light.</p>
<script>
function changeImage() {
var image = document.getElementById('myImage');
if (image.src.match("bulbon"wink) {image.src = "pic_bulboff.gif"; }
else {image.src = "pic_bulboff.gif"; }
}
</script>


What is the problem with this codex. I want to turn on or off the light but it's just staying on. Lost my control!! too much annoying programming! angry angry angry
bro seems the fuse has blown

1 Like

Re: I Want To Turn On Or Off The Bulb By Clicking by melodyafsana(f): 9:35am On May 18, 2016
ok resolved. I had just an turn on image other was missing. So have to keep both turn on & off images. Thanks to nairaland helpful community! smiley ]
Re: I Want To Turn On Or Off The Bulb By Clicking by DavidTheGeek: 11:08pm On May 18, 2016
jemype:
bro seems the fuse has blown
LMAO not fair!!
Re: I Want To Turn On Or Off The Bulb By Clicking by jemype(m): 7:00am On May 19, 2016
DavidTheGeek:

LMAO not fair!!
smiley theres always a comical side to life

1 Like

(1) (Reply)

Integrate Voguepay Gateway Payment Into Your Android App / who Can Help Me With Countries State And Cities Sql / Mentorship For Beginner Web Developers.

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 13
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.