2013-06-18, 06:25:17
you cannot use onclick handlers on an image, it should be on the link.
Also you probably want to do all this in a js file, using listeners. Inline js is not really used anymore, also it will seperate your code from your editor nicely.
Also you probably want to do all this in a js file, using listeners. Inline js is not really used anymore, also it will seperate your code from your editor nicely.