0 Users appreciate this thread.
Input tag not working?
djl12328 (2013-03-07 22:27:19)What are you even using that UI for anyway? Just use something like notepad++.
www.dark-isle.weebly.com
SPCOxion (2013-03-07 22:52:48)I am using Notepad++, I just used that to give an example.
2013-03-07 22:53:24
SPCOxion (2013-03-08 21:11:02)Awesome, thanks.
Now I just have to debug my rock, paper, scissors, lizard, spock game.
This topic is closed, so you can not post a comment.
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
New registered users today: 7
Newest registered user: ElegantVulpes
[detect=pc]Here's the code I'm using.[/detect]
mmkay, I made a rock paper scissors game in JavaScript, and when I try to run it, it doesn't work. If you're on a PC, there's a link to the code that I'm using at the top.
What am I doing wrong?
<input type="button" onclick="playGame()" value="Click to play!" />
(The game is in one function, called, as you may have guessed, playGame().)
2013-03-07 22:56:27