User Profile

Collapse

Profile Sidebar

Collapse
dude1x
dude1x
Last Activity: Mar 19 '14, 07:40 AM
Joined: Mar 17 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dude1x
    replied to user input into array?
    no, input from the keyboard
    See more | Go to post

    Leave a comment:


  • dude1x
    started a topic user input into array?

    user input into array?

    How can I create an array where the user input is stored?

    After that I have to run through the array and count how many times a letter has been pressed.
    See more | Go to post

  • dude1x
    replied to no alert?
    done. i forgot calling it :) thank you
    See more | Go to post

    Leave a comment:


  • dude1x
    started a topic no alert?

    no alert?

    I have this code and it doesn't seem to alert the fact that I'm pressing a key (this should happen after I click Start). Why? :/

    Code:
    function dynamic_buttons() {
    	var start_button = document.getElementById('start');
    	var stop_button = document.getElementById('stop');
    	start_button.onclick = log_keypress;
    	stop_button.onclick = log_keypress;
    	}
    	
    function log_keypress() {
    	alert('click event
    ...
    See more | Go to post
No activity results to display
Show More
Working...