I have a problem with a javascript function.
Here my html code :
<li><INPUT TYPE="button" VALUE="ccifi" onClick="ccifi()"></li>
<iframe SRC="" NAME="frame" WIDTH="300" HEIGHT="300" ALIGN="right" frameborder=0></iframe>
and here my javascript function :
<script type="text/javascript">
function ccifi() {
document.all.frame.src="http://www.ccfi.asso.fr/blog/";
}
</script>
And the error is :
Uncaught ReferenceError: ccifi is not defined onclick