Please Guys Help Me With This Javascript Problem - Webmasters - Nairaland
Nairaland Forum › Science/Technology › Webmasters › Please Guys Help Me With This Javascript Problem (478 Views)
1 Reply
| Please Guys Help Me With This Javascript Problem by Stephenben(op): 9:37am On Oct 02, 2017 |
I can't seem to get this JavaScript right.. Been trying out the code for it to work but its not responding.. It was working with other codes but this particular code. It ain't working.. <DOCTYPE html> <html> <body> <h1>JavaScript</h1> <p id="love"> I love JavaScript</p> <p id="fun">It's so fun</p> <button type="button" onclick="myFunction()">New Codes</button> <script> function myFunction() { document.getElementById("love" .innerHTML="I love html";document.getElementById("fun" .innerHTML="It's so cool";</script> <p> Click button to change the words</p> |
| Re: Please Guys Help Me With This Javascript Problem by Prec1ous(m): 9:46am On Oct 02, 2017 |
Try this code instead <DOCTYPE html> <html> <body> <h1>JavaScript</h1> <p id="love"> I love JavaScript</p> <p id="fun">It's so fun</p> <button type="button" onclick="myFunction()">New Codes</button> <script> function myFunction() { document.getElementById("love" .innerHTML="I love html";document.getElementById("fun" .innerHTML="It's so cool";} </script> <p> Click button to change the words</p>[/quote] |
| Re: Please Guys Help Me With This Javascript Problem by Stephenben(op): 2:10pm On Oct 02, 2017 |
Thanks bro.. I found my error.. I didn't add the closing curly bracket } |
Please Guys Help Me Criticize My New Forum Site Design • Please I Need Help With This Javascript Issue • Please Guys I Need Photoshop. Who Can Send To Me? • 2 • 3 • 4
How To Beat The Blogging Competition In Nigeria • Web Design Whatsapp Master Class. Limited Slots Availale • Firefox Will Soon Warn You If You Are Visiting A Previously Hacked Website
.innerHTML="I love html";