View Single Post
Old 12-28-2012, 10:47 PM   PM User | #1
turtleflame
New to the CF scene

 
Join Date: Dec 2012
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
turtleflame is an unknown quantity at this point
Can anyone help me to get onclick to work?

Can anyone help me to get onclick to work? I keep getting a mouse over instead. Do you know what I'm doing wrong? I checked the error console but I have no idea what to do with the information. Here's the code I'm using:

Code:
<!DOCTYPE html>
<html>
<head>
<title>onclick Demo</title>
</head>
<body>
<img src="Picture 322.png" 
onclick="this.title='New Title';" /> 
</body
</html>
Thanks
turtleflame is offline   Reply With Quote