Help please
I am very new to this so please be kind and type very slow so I can understand....
how do I dynamically change an onclick event to a new function here is the example
<img name="space1" id="space1" src="images/8001.jpg" height="150 px" onclick="lrgWithInfo('1')" />
here is what isnt working all I want to change is the value passed.
document.getElementById("space1").onclick = lrgWithInfo('13');
Thanks for your help
kim