
January 28th, 2013, 01:41 PM
|
 |
~ bald headed old fart ~
|
|
Join Date: May 2005
Location: chertsey, a small town s.w. of london, england
|
|
Hi there kakolaukiom,
and a warm welcome to these forums.
In your code you have...
Code:
var bonjour = document.getELementById('bonjour');
...it should, of course, be...
Code:
var bonjour = document.getElementById('bonjour');
coothead
__________________
|