PDA

View Full Version : Two codes Im almost positive are made in Java just dont know how to make lol


MCBGamer
06-10-2008, 08:06 PM
Okay here is the codes I need help making.

1.
A code that says when u click "1 thing" it says "this".

And when you click "the other" it says "this".

2.
A code that says that whenever a button is pressed on the keyboard it makes a noise. like a click each time a letter is hit (or number)?

Any suggestions

Horus_Kol
06-10-2008, 08:55 PM
1. simplest example - in javascript:

<img src="wahtever.jpg" onclick="alert('Message');" />


2. sounds? not sure how, but it might be possible...


www.w3schools.com/js for more javascript knowledge