Hello!
I am trying to figure out how to dynamically generate div ids, and then use onclick in correspondence with an image to pull up the correct div. I have been stumbling on this for two weeks and don't know where to turn at this point. Below is the current onclick JS function, but I have no start for the dynamic div generator. Thanks in advance for any help you might be able to provide. Also, I know this would be easier with JQuery but I am so close and time is an issue, so learning another library would be somewhat difficult at this time, but I am planning to do so soon after.
<script type="text/javascript">
function changeImg(){
this.setAttribute("src","http://www.domain.com/images/edit1active.png");
}
</script>