I am trying to change imagesource with another image.
<script type="text/javascript">
document.getElementById("imgbulb").onclick= function() {
document.getElementById("imgbulb").Src ="C:\Html\images\ bbc.png";
}
</script>
My first javascript