I'm building my website, using Dreamweaver CS3, I used to work on CS3 and I used the Behavior panel to code.
In CS2, in the "change properties" window, there was a in "innerHTML" option that let me change the content of a DIV to whatever I wanted it to be, writing a code that looked something like this: <a href="#" onclick="MM_changeProp('newsphoto','','innerHTML','<img src=\"images/cal/Jan0501.jpg\">','DIV')">Print Zero Exchange #5 </a>
Sadly, when I tried using CS3 to do the same thing, I noticed that the innerHTML option was canceled, and trying to write the code by myself or coping it from another page failed.
Is there a different way to code this now? why isn't it working? what do I need to change?